Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 11,836 for

format

(0.21 sec)
  1. How to Convert ODG to PDF using Java

    This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....transformation from an ODG to a PDF format Create an instance of the Converter...converting a variety of document formats to PDF such as DOC, DOCX, XLSX...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Convert PPT to PPTX using C#

    Easily transform PowerPoint documents and learn the process to convert PPT to PPTX using C#. Also, review the sample code for C# PPT to PPTX converter application....procedure between PowerPoint formats using one of the best document...convert options for the PPTX format Finally, call the Convert method...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert TeX to PDF using Java

    This short tutorial provides a step-by-step procedure to convert TeX to PDF using Java and how to create an application to convert LaTeX file to PDF in Java....transformation from TeX to PDF format Create an instance of the Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Add Text Signature to RTF using Java

    In this tutorial, we will help you to add text signature to RTF using Java. Also, we will provide code to demonstrate how to insert text signature to RTF in Java....signature to your RTF (Rich Text Format) documents has become more...

    kb.groupdocs.com/signature/java/how-to-add-text...
  5. Extract attachments from PDF portfolios | Group...

    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....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "%s: %s" , metadata . getName...

    docs.groupdocs.com/parser/java/extract-attachme...
  6. Compare Protected PDF Files using Java | PDF Co...

    Compare two protected PDF files for differences using Java. PDF files comparison using Java code in few steps with PDF Comparison Java API....files of the same document format within Java applications. You...

    blog.groupdocs.com/comparison/compare-protected...
  7. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more inFormation. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_Formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item.... format ( "%s: %s" , item . getName...

    docs.groupdocs.com/parser/java/detect-file-type...
  9. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API....could set the source document format explicitly with this property...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  10. How to Sign XLSX with Digital Signature using C#

    In this topic, you will get help on how to sign XLSX with digital signature using C#. Also, code example will be supplied to create digital signature in XLSX using C#....digital signature to XLSX file format. The steps outlined above can...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...