Hello,
We are working on building a PDF localization adaptor for one of our internal systems.
Some of the key features that we would need in a PDF Kit are:
-
Text Extraction
-
Text Mergeback
-
Extract/Insert font information
-
Embed fonts into PDFs – so that localized text is rendered correctly
I am aware that #1 and #2 are supported in your product, but was keen to know if #3, 4 were supported – before recommending the purchase
Hi Santosh,
Aspose.Pdf.Kit for Java provides most of the features for manipulating PDF documents. As far as your requirements are concerned, below are the details:
1. Text Extraction is supported by extractText method.
2. Text mergeback (if I have understood it properly) is supported by addText and replaceText methods.
3. Extract/Insert font information: Can you please elaborate this point?
4. Embedding font information is supported by FormattedText class. This method provides a property named embedded which can be set to true if you want to embed the font in the PDF file.
Please elaborate point 3 so we could help you out on that as well.
Regards,