Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 15,875 for

file

(0.1 sec)
  1. How to Use GroupDocs PHP SDK with Composer or a...

    GroupDocs supports all major platforms, such as .NET, PHP, Java, Python, etc. So with GropDocs’ SDKs you can easily create your own application to store, view, sign (and use a lot of other great features on) your documents online, using Windows or Linux with your favorite language. Today, I’ll talk about GroupDocs PHP SDK and how to get started with it. Sometimes, developers ask us how to get our PHP SDK, how to use it with Composer, or how to include it into their project.... Copy all files from the src folder (or the...with files) into the project. Include our main API file:require_once...

    blog.groupdocs.com/total/how-to-use-groupdocs-p...
  2. Update Watermark Text in DOCX Using C#

    Explore how to update watermark text in DOCX using C#. Also, we'll furnish you with code to change watermark text in DOCX in C# without extra software installation....manipulating watermarks in DOCX files become a seamless process. In...specifying the path of the DOCX file as an argument in its constructor...

    kb.groupdocs.com/watermark/net/update-watermark...
  3. Add Text Watermark to DOC Using Python

    Learn how to add text watermark to DOC using Python. This tutorial shows how to embed text watermarks into DOC documents with custom font, color, and alignment....reports, forms, and shared files. Adding a text watermark helps...watermark.common . Open the DOC file by initializing a Watermarker...

    kb.groupdocs.com/watermark/python/add-text-wate...
  4. How to Render PDF as PNG using C#

    In this article, you will learn how to render PDF as PNG using C#. Follow our step-by-step guide to convert pdf to png c# without installing any extra software....to convert PDFs into image files for visualization or sharing...object by passing input PDF file’s path as an argument to its...

    kb.groupdocs.com/viewer/net/how-to-render-pdf-a...
  5. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...ForEmbeddedResources (); // Render a file optimized for printing. viewOptions...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  6. 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....pdf” file in the current (".") directory...Call method for “document.doc” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  7. How to Convert MSG to XPS using Java

    In the content provided herein, you will discover how to convert MSG to XPS using Java. Also, we will furnish you with the requisite code to export MSG to XPS in Java....transform a file from one format to another. Converting MSG files to XPS...Converter class by passing MSG file path as an argument to its constructor...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert MPP to PDF in Java

    Easily transform Microsoft project Files into a non-editable format, learn how to convert MPP to PDF in Java, and develop the Java MPP to PDF converter application....class and load the source MPP file Create an object of the PdfConvertOptions...enables you to load the input MPP file for conversion and then PdfConvertOptions...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....pass the required certificate file and its password to the constructor...Signature class, pass the output PDF file name and DigitalSignOptions...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  10. How to Add Replacement Annotation in PDF using C#

    This tutorial offers guidance on how to add replacement annotation in PDF using C#. Also, it includes code and steps to insert replacement annotation to PDF in C#....Annotator class by providing the PDF file path as an argument to its constructor...replacement annotations to a PDF file. The code example below demonstrates...

    kb.groupdocs.com/annotation/net/how-to-add-repl...