188 questions
0
votes
0
answers
697
views
Error in PDF Validation with Mustang: A CIDSet entry in the Font descriptor does not correctly identify all glyphs present in the embedded font subset
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("./...
0
votes
0
answers
181
views
Embedding a font into an existing PDF using iText 5.5.13.2 and PDFBox 2.0.29 to convert it to PDF/A:
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 ...
1
vote
0
answers
266
views
Corrupted .rtf file with embeded fonts
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 ...
1
vote
0
answers
484
views
How to use PrivateFontCollection in VB.net Application for use in PrintDocument VB.NET
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 ...
0
votes
2
answers
2k
views
How to change font family for Xamarin Shell FlyoutItem
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 ...
2
votes
1
answer
994
views
top of Swift custom font clipping
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 ...
0
votes
1
answer
1k
views
Issues with embedded icon fonts as base64
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 ...
1
vote
2
answers
2k
views
How to use an icon from an embedded resource font file in Xamarin Forms
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 ...
1
vote
1
answer
878
views
iText PDF A-2 with English and Hindi Fonts
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 ...
1
vote
1
answer
2k
views
Copy-pasting Hindi from a correctly rendering PDF pastes only certain characters correctly
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 (...
2
votes
2
answers
3k
views
iText 5 HTML+CSS to PDF/A-2 : Helvetica font not embedded error
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....
1
vote
0
answers
103
views
Dynamically download font file and use for Android and IOS
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 ...
2
votes
1
answer
200
views
Embedded font is not rendering or downloading
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 ...
3
votes
1
answer
937
views
SSRS using Identity-H encoded font on Norwegian letters makes PDF text search not work
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 ...
1
vote
1
answer
192
views
Embedded fonts still shown in iOS app, but disappeared in Android app
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 ...