Skip to main content
0 votes
0 answers
697 views

I am using JasperReports to generate PDF documents and attempting to validate them with the Mustang library via ZUGFeRDValidator validator = new ZUGFeRDValidator(); return validator.validate("./...
OhJohnny's user avatar
  • 351
0 votes
0 answers
181 views

I have a problem. I need to be able to create a PDF/A from an existing PDF, but the validation fails because there are non-embedded fonts within the PDF. The technologies I am using are Java 8, iText ...
PABLO's user avatar
  • 1
1 vote
0 answers
266 views

I’m working on a program written in Java that uses LibreOffice to convert documents to .pdf format. Clients on their side use Microsoft Word. The functionality of the program is such that through the ...
Bebra's user avatar
  • 35
1 vote
0 answers
484 views

Im trying to get the privatefontcollection to work. But so far its not working, not in the sense of an error, just the font seen on screen is MS Sans Serif and not the Font im trying to load. so far i ...
Andy Andromeda's user avatar
0 votes
2 answers
2k views

Is there any way to change the font family of contents inside FlyoutItem in Xamarin Forms Shell? I've already added custom .ttf fonts in shared project as embedded resource and also registered the ...
Eoin's user avatar
  • 147
2 votes
1 answer
994 views

I have a custom font in my app, I added it to the app properly, I set up the Target Membership, added it to the plist file, etc, everything is fine and the I can use the font, but the top of some ...
Andras's user avatar
  • 65
0 votes
1 answer
1k views

I need to embed my font file in-line which contains the 31-ish icons that I use for my app. As webview only takes a single html string to render the view, I cannot load external files and therefore ...
Blaine's user avatar
  • 707
1 vote
2 answers
2k views

I want to use icons from Font Awesome in my Xamarin Forms application. I have followed several tutorials I found but I still can't get the icons to display. Here is a portion of the static class ...
JNickVA1's user avatar
  • 416
1 vote
1 answer
878 views

I am using PdfAWriter to create a PDF A-2 document as below PdfAWriter writer = PdfAWriter.getInstance(document, new FileOutputStream(dest), PdfAConformanceLevel.PDF_A_2A); For adding text I am using ...
S_S's user avatar
  • 1,432
1 vote
1 answer
2k views

I have a PDF that renders correctly ([0]). If I try and copy-paste from it the words that paste are a little off. It doesn't happen with all of the text - only some of the words. The font (...
jayce's user avatar
  • 343
2 votes
2 answers
3k views

The following code is being used for converting HTML file with CSS to PDF/A-2 using iText5 (this code is from the example provided online): public static final String HTML = "D:\\PDFA2\\html\\sample....
S_S's user avatar
  • 1,432
1 vote
0 answers
103 views

Is it possible to download a font file to use in Android and iOS via a http request. I know I can put the file in the project statically but if I want to update just one icon and we have hundreds of ...
Mike Flynn's user avatar
  • 23.5k
2 votes
1 answer
200 views

I've been stuck on this for an hour. Clearly I have no idea what I'm doing... What is wrong with the embed below? Checking the network tab, fonts.css is being loaded, but the Network tab doesn't even ...
1owk3y's user avatar
  • 1,030
3 votes
1 answer
937 views

We have recently upgraded some of our servers running reporting services. The servers are now running Windows Server 2016 and SSRS 2014. Previously we where running SSRS 2008. I'm not sure if my ...
Torstein's user avatar
1 vote
1 answer
192 views

There is a card game written in Apache Flex, which I am trying to keep alive and while the iOS version still works ok, the Android app has developed several visual problems: The card suit symbols are ...
Alexander Farber's user avatar

15 30 50 per page
1
2 3 4 5
13