Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,794 for

errores pdf

(0.05 sec)
  1. PDF to PDF/A-2b conversion has incorrect glyph ...

    Hi I’m converting a Pdf to Pdf/A-2b, but it ends up with incorrect glyph width information, causing the letters to be spaced too far from each other. The same error occurs in these cases: Pdf to Pdf/A-1b Pdf/A-1b ver…...PDF to PDF/A-2b conversion has incorrect glyph width info GroupDocs...7:27am 1 Hi I’m converting a PDF to PDF/A-2b, but it ends up with...

    forum.groupdocs.com/t/pdf-to-pdf-a-2b-conversio...
  2. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized Pdf file...Save in rasterized PDF Save in rasterized PDF Leave feedback The...the document as a rasterized PDF file: C# using ( Redactor redactor...

    docs.groupdocs.com/redaction/net/save-in-raster...
  3. Extract data from PDF documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from Pdf documents. Also password-protected Pdfs and Pdf portfolios are supported. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to parse documents and extract data from Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online Free Online Document Parser App....Extract data from PDF documents Extract data from PDF documents Leave...extract data from PDF documents. Also PDFs and PDF portfolios are...

    docs.groupdocs.com/parser/java/extract-data-fro...
  4. Watermarks in PDF document | Documentation

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in Pdf documents....watermarks to PDF documents / Watermarks in PDF document Watermarks...Watermarks in PDF document Leave feedback On this page Learn about...

    docs.groupdocs.com/watermark/java/watermarks-in...
  5. Optimize the output PDF file | Documentation

    Optimize Pdfs for web viewing or reduce file size with GroupDocs.Viewer. Adjust resources and improve loading times....documents / Render to PDF / Optimize the output PDF file Optimize the...the output PDF file Leave feedback GroupDocs.Viewer allows you...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Load PDF document with options | Documentation

    Learn this article and check how to load and convert Pdf documents with advanced options using GroupDocs.Conversion for Java API....types / Load PDF document with options Load PDF document with...control over how the source PDF document will be processed. The...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  7. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to Pdf document meta info layer with GroupDocs.Signature...Metadata signature / ✎ PDF Metadata eSign PDF with Metadata signature...signature objects for instance. PDF document metadata is hidden attributes...

    docs.groupdocs.com/signature/java/esign-pdf-wit...
  8. Search text in PDF documents | Documentation

    To search a keyword in Pdf documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Pdf document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Extract data from PDF documents / Search text in PDF documents Search...Search text in PDF documents Leave feedback To search a keyword...

    docs.groupdocs.com/parser/java/search-text-in-p...
  9. Save in rasterized PDF | Documentation

    The following example demonstrates how to save the document as a rasterized Pdf file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPdf(true); // Saving as rasterized Pdf with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Save in rasterized PDF Save in rasterized PDF Leave feedback The...the document as a rasterized PDF file: final Redactor redactor...

    docs.groupdocs.com/redaction/java/save-in-raste...
  10. Extract images from PDF documents | Documentation

    This article explains that how to extract images from Pdf documents...data from PDF documents / Extract images from PDF documents Extract...Extract images from PDF documents Leave feedback To extract images...

    docs.groupdocs.com/parser/net/extract-images-fr...