Sort Score
Result 10 results
Languages All
Labels All
Results 4,881 - 4,890 of 15,671 for

file

(0.78 sec)
  1. 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....DarkGreen ) } }; // sign document to file SignResult signResult = signature...generate QR codes and/or sign your files with QR codes for free, you...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Install GroupDocs.Assembly for .NET | GroupDocs

    This topic describes how to install GroupDocs.Assembly for .NET....assembly files in your project, do the following: Extract files from...locate the GroupDocs.Assembly.dll file for the target framework. Click...

    docs.groupdocs.com/assembly/net/installation/
  3. Convert Any Image to PDF in Java | JPG, PNG, We...

    Convert images to PDF in Java. Convert JPG, PNG, WebP, GIF, TIFF, TGA and many more images to PDF using document and image conversion Java API ....document format used to exchange files, there arises the requirement...even on password-protected files. The API has a long list of...

    blog.groupdocs.com/conversion/convert-images-to...
  4. 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()); // ....read basic metadata in CAD files. The supported CAD formats are:...metadata associated with a CAD file. advanced_usage.managing_me...

    docs.groupdocs.com/metadata/java/working-with-c...
  5. Introducing GroupDocs.Parser for .NET | GroupDocs

    Powerful .NET document parsing API for extracting text, images, metadata, and structured data from 50+ File formats including PDF, Word, Excel, PowerPoint. Features template-based extraction, full-text search, and enterprise-ready document processing capabilities....archives, OST/PST mail data files and PDF portfolios. If you want...Document information extraction - file type, page count etc; Metadata...

    docs.groupdocs.com/parser/net/introducing-group...
  6. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements....PDF instead of the original file (please see how to configure...the size of the sprites.png file. 4. Plenty of other minor features...

    blog.groupdocs.com/viewer/new-features-and-impr...
  7. Add Watermark to Excel Workbooks using C# | Tex...

    Insert watermarks into Excel workbooks using C#. Watermark all sheets or insert watermark to just specific sheet even as background using .NET API....documents and images of various file formats. We will use GroupDocs...Sheets in Java Watermark PDF Files using C# Add Watermark to Presentation...

    blog.groupdocs.com/watermark/watermark-excel-sh...
  8. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java...(stored inside the document file) and the system fonts, which...sample.docx sample.docx is sample file used in this example. Click...

    docs.groupdocs.com/viewer/java/getting-used-fonts/
  9. Extract metadata from Microsoft Office Excel sp...

    To extract metadata from Microsoft Office Excel spreadsheets getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the spreadsheet. subject The subject of the spreadsheet. keywords The keyword of the spreadsheet. comments The comments of the spreadsheet. content-status The content status of the spreadsheet. category The category of the spreadsheet. company The company of the spreadsheet. manager The manager of the spreadsheet....supported for CSV files. Therefore, for CSV file method returns...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. 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....with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...