Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 14,359 for

file

(0.05 sec)
  1. Install GroupDocs.Conversion for .NET | Documen...

    This guide explains how to install GroupDocs.Conversion for .NET to your environment...assembly files in your project, do the following: Extract files from...the GroupDocs.Conversion.dll file for the target framework. Click...

    docs.groupdocs.com/conversion/net/installation/
  2. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....as HTML, PDF, PNG, and JPEG files Leave feedback On this page...right side the resultant HTML file, generated by the GroupDocs...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  3. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....= 2 } }; // sign document to file SignResult signResult = signature...signatures and/or sign your files with them for free, you can...

    docs.groupdocs.com/signature/net/sign-document-...
  4. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the new Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...loadOptions() { // Force CSV files to be processed as text format...CompressionFileType)) // Exclude zip and 7z files { GroupDocs.Conversion.Options...

    forum.groupdocs.com/t/how-to-update-email-load-...
  5. Install GroupDocs.Assembly for .NET | Documenta...

    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/
  6. 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...
  7. 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:...Java for converting the Word file to PDF? sonamsinha November...

    forum.groupdocs.com/t/certain-check-box-is-show...
  8. Topics tagged java

    Topics tagged java...Overlapping Data When Viewing XLSX Files in GroupDocs Viewer Live Demo... 2025 Unable to redact text file containing asterisks GroupDocs...

    forum.groupdocs.com/tag/java
  9. 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-...
  10. Working with CAD metadata | Documentation

    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...