Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 5,796 for

file conversion

(0.24 sec)
  1. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#....Conversion Product Solution GroupDocs...metadata (document properties, file information) from documents...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. eSign document with multiple signatures | Group...

    This article explains how to sign document with multiple signatures of various type by GroupDocs.Signature API...Conversion Product Solution GroupDocs...digitalOptions ); // sign document to file signature . sign ( "signed.pdf"...

    docs.groupdocs.com/signature/java/esign-documen...
  3. Add replacement annotation | GroupDocs

    The page describes how to add replacement annotation to a document using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...// Add annotation and save to file annotator . add ( replacement...

    docs.groupdocs.com/annotation/java/add-replacem...
  4. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Conversion Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Scan QR Code from PDF using C#

    This article offers a guide on how to extract QR Code from PDF in C#, including a code example that demonstrates how to effectively scan QR Code from PDF using C#....Conversion Product Family GroupDocs...reading of QR Codes from PDF files Create a Parser object by providing...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pd...
  6. Certain check box is showing '?' symbol after t...

    Certain check box is showing ‘?’ symbol after the check box and Smiley check box symbol is getting changed to normal tick symbol only in PDF rtaImage (5).jpeg (95.1 KB) rtaImage (6).jpeg (132.7 KB)...KB) Sample word and converted files. PDF version:1.7 PDF Producer:...GroupDocs.Conversion for Java for converting the Word file to PDF...

    forum.groupdocs.com/t/certain-check-box-is-show...
  7. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Conversion Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....Conversion Product Solution GroupDocs...with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...
  10. Features Overview | GroupDocs

    This artice decsribes the features of GroupDocs.Merger for .NET library. It allows you to Merge PDF, Merge JPG, Split Document, Move Page, Swap Pages of the documents....Conversion Product Solution GroupDocs...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/net/features-overview/