Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 15,946 for

pdf conversion

(0.08 sec)
  1. Image Conversion Java API on GroupDocs Blog | D...

    Image Conversion Java API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Conversion Java API on GroupDocs Blog | Document Automation Solutions ......Image Conversion Java API on GroupDocs Blog | Document Automation...Developers Recent content in Image Conversion Java API on GroupDocs Blog...

    blog.groupdocs.com/zh/tag/image-conversion-java...
  2. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, Pdf, PNG, and JPEG formats....Conversion Product Solution GroupDocs...Render email messages as HTML, PDF, PNG, and JPEG files Leave feedback...

    docs.groupdocs.com/viewer/java/render-email-mes...
  3. 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....Conversion Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...

    docs.groupdocs.com/parser/java/search-text-in-p...
  4. Convert MSG or EML to PDF in Java on GroupDocs ...

    Convert MSG or EML to Pdf in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert MSG or EML to Pdf in Java on GroupDocs Blog | Document Autom......Convert MSG or EML to PDF in Java on GroupDocs Blog | Document...content in Convert MSG or EML to PDF in Java on GroupDocs Blog | Document...

    blog.groupdocs.com/pl/tag/convert-msg-or-eml-to...
  5. 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(); }...Conversion Product Solution GroupDocs...Save in rasterized PDF Save in rasterized PDF Leave feedback The...

    docs.groupdocs.com/redaction/java/save-in-raste...
  6. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to Pdf document meta info layer with GroupDocs.Signature...Conversion Product Solution GroupDocs...Metadata signatures / eSign PDF eSign PDF with Metadata signature...

    docs.groupdocs.com/signature/net/esign-pdf-with...
  7. XML Viewer using C# | Render XML as PDF using ....

    View XML files as Pdf using C#. Learn how to render XML files within your own XML viewer .NET application using GroupDocs API....other document formats like PDF, JPG, PNG, or HTML. This article...viewing that enables the conversion of various file formats such...

    blog.groupdocs.com/viewer/xml-viewer-using-csharp/
  8. Optimize the PDF file resources | Documentation

    This topic describes how to optimize Pdf file using the GroupDocs.Viewer Java API to reduce size....Conversion Product Solution GroupDocs...to PDF / Optimize the output PDF file / Optimize the PDF file...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. Search text in PDF documents | Documentation

    This article explains that how to search text from Pdf documents...Conversion Product Solution GroupDocs...Extract data from PDF documents / Search text in PDF documents Search...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  10. 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....Conversion Product Solution GroupDocs...data from PDF documents / Extract images from PDF documents Extract...

    docs.groupdocs.com/parser/java/extract-images-f...