Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 42,336 for

pdf

(0.05 sec)
  1. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to Pdf redactions....redaction filters / Use PDF redaction filters Use PDF redaction filters...bottom half of the last page in a PDF document. C# using ( Redactor...

    docs.groupdocs.com/redaction/net/use-pdf-redact...
  2. Parse data from PDF documents | Documentation

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

    docs.groupdocs.com/parser/net/parse-data-from-p...
  3. 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-...
  4. Add Watermark to PDF in Java | Text and Image W...

    Add image watermarks or apply text watermarks to Pdf files in Java. Apply watermarks to all & selective pages of Pdf using GroupDocs Watermarking Java API....programmatically add the watermarks to your PDF files using Java. The following...Text Watermark to PDF Apply Image Watermark to PDF Watermarking API...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  5. 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...
  6. 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...
  7. Extract attachments from PDF portfolios | Docum...

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

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

    Follow this guide and learn how to convert documents to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Convert to PDF with advanced options Convert to PDF with advanced...when converting documents to PDF format. In addition to common...

    docs.groupdocs.com/conversion/java/convert-to-p...
  10. Adding Ellipse Annotation in a PDF Document

    GroupDocs.Annotation API GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a Pdf document by using GroupDocs.Annotation API. Adding Ellipse Annotation While discussing the family of annotation types, we cannot ignore ellipse annotation....annotation could be added in a PDF document by using GroupDocs.Annotation...Example for a PDF Document For adding ellipse to a PDF document,...

    blog.groupdocs.com/annotation/adding-ellipse-an...