Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 40,549 for

pdf

(0.05 sec)
  1. Convert Common Document Types to PDF and Image ...

    Meet the all new GroupDocs.Conversion for Java library – a multi-format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, Pdf & image files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed as a middleware to make it easy to integrate the converter into any ECM, CMS, or Java app. In this first release, the library already supports over 50 file formats and allows you to convert literally all common business documents to Pdf and raster images....Word, Excel, PowerPoint, Visio, PDF & image files. Just like all...common business documents to PDF and raster images. To name just...

    blog.groupdocs.com/conversion/convert-common-do...
  2. 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...
  3. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in Pdf documents with case sensitivity and RegEx in Java. Replace or hide the text to redact Pdf files....and replace text and words in PDF documents in Java . We will separately...presentations, spreadsheets, PDF files, and images within the...

    blog.groupdocs.com/redaction/find-and-replace-t...
  4. 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-...
  5. Pdf Digitally signing | Documentation

    This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Electronic Signatures / ✎ Pdf digitally signing Pdf Digitally signing...signature = new Signature ( "sample.pdf" )) { // initialize digital option...

    docs.groupdocs.com/signature/net/sign-document-...
  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 .NET 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/net/load-pdf-docu...
  7. Extract attachments from PDF portfolios | Docum...

    Extract attachments from Pdf portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from Pdf Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....data from PDF documents / Extract attachments from PDF portfolios...portfolios Extract attachments from PDF portfolios Leave feedback Extract...

    docs.groupdocs.com/parser/java/extract-attachme...
  8. 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...
  9. Extract Images from PDF Documents in Java

    Learn how to extract images from Pdf files in Java. Extract images from Pdf files or from any specific page using Java API within your applications....Український Tiếng Việt 中文 中國傳統的 PDF, being one of the most popular...every business and industry. PDF documents can contain diverse...

    blog.groupdocs.com/parser/extract-images-from-p...
  10. 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...