Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 11,965 for

format

(0.09 sec)
  1. Convert PDF to PNG using C#

    Convert PDF to PNG using C# with a clear guide and C# code to convert PDF pages to PNG images, using GroupDocs.Conversion for fast, high‑quality and reliable output....specify PNG as the target image format for the conversion process...define PNG as the target output format, ensuring accurate rendering...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  2. How to merge JPG images using Java | GroupDocs

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in java language using GroupDocs.Merger for Java library....About JPG File Format JPEG is a type of image format that is saved...

    docs.groupdocs.com/merger/java/getting-started/...
  3. Date field in template populated as plain text ...

    Hi, we found that the date field is populated as a plain text in template “Template_GeneratedByGroupDocs.doc”(one attached here) instead of driven by formula. we can view the formula for the date field in template “Tem…...translate this to some other format (HTML in our case) you should...convert document back to the DOC format, they are absent. However,...

    forum.groupdocs.com/t/date-field-in-template-po...
  4. Install GroupDocs.Viewer for Node.js via Java |...

    Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....converts a document to HTML format. The output will contain rendered...rendered pages in HTML format. Troubleshooting installation node-gyp...

    docs.groupdocs.com/viewer/nodejs-java/installat...
  5. Obtain document form fields and signatures info...

    This article shows how to get inFormation about electronic signatures in the document and its form fields with GroupDocs.Signature API.... WriteLine ( $" - format : {documentInfo.FileType.FileFormat}"...{imageSignature.Size} bytes, Format: {imageSignature.Format}." ); } // display...

    docs.groupdocs.com/signature/net/obtain-documen...
  6. Numbered List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Numbered List in Email Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”....List report in Email Document format. Note The code uses some of...report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  7. Loading Documents | GroupDocs

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....into two groups: options for a format-family and options for a specific...file type . Load Options for Format-Family CadLoadOptions : Options...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Numbered List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document Format. Numbered List in Email Document Creating a Numbered List Practicing the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”. Start numbered list. Save the template. Reporting Requirement As a report developer, you are required to represent the following key requirements:...List report in Email Document format. Numbered List in Email Document...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/numbered-list-...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Managing metadata for specific formats / Documents / Working with...extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision inFormation from Word files....Extract data from various formats / Extract data from Microsoft...Console . WriteLine ( string . Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/extract-metadata-...