Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 40,938 for

pdf

(0.05 sec)
  1. 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-...
  2. 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...
  3. Extract metadata from PDF documents | Documenta...

    To extract metadata from Pdf documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....data from PDF documents / Extract metadata from PDF documents...documents Extract metadata from PDF documents Leave feedback To extract...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to Pdf document with GroupDocs.Merger within your Java applications....attachment to PDF document How to add attachment to PDF document Leave...feedback It is a known fact PDF files are great for demonstration...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  5. Convert PDF to Grayscale JPG & PNG Images in Java

    Transform Pdf documents to grayscale JPG or PNG images in Java. Apply gamma, manage contrast or control brightness within Java application....discuss how to convert color PDF documents to grayscale JPG and...Conversion for Java API to convert PDF documents to grayscale JPG and...

    blog.groupdocs.com/conversion/convert-pdf-to-gr...
  6. 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...
  7. View Word Documents as PDF using C# | Protect &...

    Learn how to view Word DOC/DOCX files as Pdf using C#. Transform Word files to password-protected Pdf & Disallow Pdf Printing using Document Viewer .NET API....ability to convert documents to PDF is almost a required skill in...in this digital age. PDF being the universally accepted standard...

    blog.groupdocs.com/viewer/view-word-documents-a...
  8. 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...
  9. 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...
  10. 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...