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

file signature

(0.43 sec)
  1. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF File using the GroupDocs.Viewer .NET API (C#)....Signature Product Solution GroupDocs...PDF / Optimize the output PDF file / Optimize images / Set image...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Signature Product Solution GroupDocs...; comparer . ApplyChanges ( File . Create ( "result.docx" ),...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Applications Manipulate 100+ Business File Formats in .NET and Java Apps...now read and update BitTorrent file format metadata, read DublinCore...

    blog.groupdocs.com/groupdocs.blog/page/60/
  4. Convert CSV to PDF using Node.js

    Learn how to convert CSV to PDF using Node.js without installing extra software. Follow simple steps to export CSV to PDF in Node.js, making document generation easy....Signature Product Family GroupDocs.Metadata... providing the file path to load the CSV file for processing...

    kb.groupdocs.com/conversion/nodejs/convert-csv-...
  5. Working with metadata in EPUB e-books | GroupDocs

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using the EpubRootPackage....Signature Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....

    docs.groupdocs.com/metadata/java/working-with-m...
  6. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of File formats (such as PDF, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) without using third-party tools....Signature Product Solution GroupDocs...intuitive JavaScript package for file conversion between a variety...

    docs.groupdocs.com/conversion/nodejs-java/produ...
  7. How to Convert HTML to PDF in Java

    Read the instructions to convert HTML to PDF in Java. Quickly distribute PDF documents with anyone, and use sample html to pdf Java code in the app to convert them....Signature Product Family GroupDocs.Metadata...Converter class, specify the file name of the converted PDF document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert TXT to PPTX using C#

    This article provides all steps to convert TXT to PPTX using C# on commonly used operating systems. It also includes code example to transform TXT to PPTX using C#....Signature Product Family GroupDocs.Metadata...class by passing the file path of the TXT file to its constructor...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Signature Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  10. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Signature Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...