Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 5,392 for

file merger

(0.05 sec)
  1. Generate document preview | Documentation

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....Merger Product Solution GroupDocs...( int pageNumber ) { File file = new File ( String . format (...

    docs.groupdocs.com/metadata/java/generate-docum...
  2. Classify document by path | Documentation

    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....Merger Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  3. Optimize output for printing | Documentation

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

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  4. Convert JPG to PDF using C#

    By closely adhering to this topic, you will gain knowledge how to convert JPG to PDF using C#. Also, we will provide you with the code to export JPG to PDF using C#....Merger Product Family GroupDocs.Redaction...to convert JPG file format to PDF Supply the file path of JPG to...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  5. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Merger Product Solution GroupDocs...to a file, use the method. To import words from a file, use the...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  6. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Merger Product Solution GroupDocs..."sample.docx" )) { // Get the file information and extract it text...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  7. Save attachments | Documentation

    Save attachments and embedded Files from PDF, Outlook data File or email...Merger Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  8. Convert PDF to DOCX using Python

    Discover how to convert PDF to DOCX using Python with straightforward steps. Easily export PDF to DOCX using Python, all without need to install additional software....Merger Product Family GroupDocs.Redaction...beneficial for handling multiple files or integrating into custom Python...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  9. Convert DOCX to PDF using Python

    You can find the steps to convert DOCX to PDF using Python in this article. Moreover, we will help you to write a code example to export DOCX to PDF using Python....Merger Product Family GroupDocs.Redaction...using Python Working with DOCX files in automated workflows often...

    kb.groupdocs.com/conversion/python/convert-docx...
  10. Get document information | Documentation

    This article explains how to detect document File type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Merger Product Solution GroupDocs...Get document information from file on local disk The following...

    docs.groupdocs.com/signature/java/get-document-...