Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,741 for

errores pdf

(0.07 sec)
  1. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized Pdf Saving document as a rasterized Pdf, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from Pdf/A-1b, which is used by default, to Pdf/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....rasterized PDF Select specific pages for rasterized PDF Leave feedback...rasterized PDF Saving document as a rasterized PDF, you can specify...

    docs.groupdocs.com/redaction/java/select-specif...
  2. 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...
  3. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of Pdf document using C#....watermarks / To PDF documents / Existing objects in PDF document Existing...Existing objects in PDF document Leave feedback Removing watermark...

    docs.groupdocs.com/watermark/net/existing-objec...
  4. Extract images from PDF documents | Documentation

    To extract images from Pdf documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Pdf documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....data from PDF documents / Extract images from PDF documents Extract...Extract images from PDF documents Leave feedback To extract images...

    docs.groupdocs.com/parser/java/extract-images-f...
  5. Optimize the PDF file resources | Documentation

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer Java API to reduce size....to PDF / Optimize the output PDF file / Optimize the PDF file...file resources Optimize the PDF file resources Leave feedback On...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Extract text from PDF documents | Documentation

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

    docs.groupdocs.com/parser/net/extract-text-from...
  7. 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...
  8. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Convert to PDF with advanced options Convert to PDF with advanced...after conversion. defines the PDF-specific convert options. See...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  9. Optimize the PDF file resources | Documentation

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer .NET API (C#) to reduce size....to PDF / Optimize the output PDF file / Optimize the PDF file...file resources Optimize the PDF file resources Leave feedback On...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. 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...advanced capabilities for loading PDF documents with customizable options...

    docs.groupdocs.com/conversion/java/load-pdf-doc...