Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 11,964 for

format

(0.26 sec)
  1. 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...
  2. Render XLSX as PNG using Python

    Learn how to render XLSX as PNG using Python. This tutorial explains how to convert XLSX to PNG in Python for visual representation....installations and ensures consistent formatting across platforms. Whether...spreadsheet data in non-editable formats. The Python code to render...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  3. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....Replacing text with formatting Use formatted_text_fragments to...wm . formatted_text_fragments . clear () wm . formatted_text_fragments...

    docs.groupdocs.com/watermark/python-net/modifyi...
  4. 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 FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property 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/net/working-with-me...
  5. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....workbooks , are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS...able to recognize spreadsheet format and apply appropriate default...

    docs.groupdocs.com/editor/net/edit-excel/
  6. Render SVG as HTML using Java

    Efficiently grasp the procedure of how to render SVG as HTML using Java. Additionally, discover step-by-step instructions and Java code for rendering SVG to HTML....extensively supported XML-based format delineating two-dimensional...

    kb.groupdocs.com/viewer/java/render-svg-as-html...
  7. 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...
  8. Render DOC as PDF using Python

    Use this topic to render doc as pdf using python with precise Formatting. It explains how to convert DOC to PDF in Python for consistent layout and easy distribution....Python ensures consistent formatting and broad accessibility across...sharing, or secure storage — no formatting loss, no layout shifts. If...

    kb.groupdocs.com/viewer/python/render-doc-as-pd...
  9. Remove Password Protection form Word | Unlock W...

    Remove password from Word documents. Unlock password protected Word documents using free online password remover app & programmatically....Word document (DOC/DOCX file format) using an online method. Subsequently...

    blog.groupdocs.com/merger/unlock-word-documents...
  10. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....file to disk DOCX is a file format commonly associated with Microsoft...

    kb.groupdocs.com/redaction/net/remove-metadata-...