Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 5,467 for

file signature

(0.07 sec)
  1. New API Launched – GroupDocs.Merger for Java – ...

    Share this issue: Monthly NewsletterSeptember 2018 Java API to Merge, Reorder, Split or Remove Document Pages Manipulate PDF, Word, Excel and PowerPoint Documents GroupDocs.Merger for Java - allows merging documents of same File formats into one. The document protection feature allows to password protect documents while joining popular business document formats: PDF, Microsoft Word, Excel and PowerPoint. Product News .NET Text Analysis API for Excel Spreadsheets, Presentations and Text Documents GroupDocs....allows merging documents of same file formats into one. The document...of e-Signature in Excel Spreadsheets # GroupDocs.Signature for...

    blog.groupdocs.com/total/new-api-launched-group...
  2. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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....Signature Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API by removing the unused (orphaned) resources and thus to reduce the File size....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file by removing unused...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  5. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional File format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain File format information advanced_usage....Signature Product Solution GroupDocs...and extract some additional file format information. a WordProcessing...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF File using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the File size....Signature Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file by removing unused...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Signature Product Solution GroupDocs...Advanced Usage / Saving files / Save a modified file to a specified location...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...metadata properties from glTF file Explore the new features, improvements...and clean XMP packages in SVG files. Learn how to create tiling...

    blog.groupdocs.com/groupdocs.blog/page/7/
  9. Save document to the same file or stream | Grou...

    This article explains how to save document to the same File or stream while using GroupDocs. Watermarks API....Signature Product Solution GroupDocs...the same file or stream Save document to the same file or stream...

    docs.groupdocs.com/watermark/net/save-document-...
  10. How to Extract Text from Markdown File in C#

    This tutorial describes the step-by-step procedure to extract text from Markdown File in C# language and how to use the workflow to get text from Markdown using C#....Signature Product Family GroupDocs.Metadata...to Extract Text from Markdown File in C# This short article explains...

    kb.groupdocs.com/parser/net/how-to-extract-text...