Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 6,078 for

file conversion

(0.09 sec)
  1. Remove Annotations from PDF using C#

    Gain a thorough understanding of how to remove annotations from PDF using C#. Also, you'll get code example that shows how to delete annotations in PDF using C#....Conversion Product Family GroupDocs...remove annotations from PDF files Create an instance of the Redactor...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  2. How to Sign XLSX with QR Code using C#

    In this topic, we will guide you on how to sign XLSX with QR Code using C#. We will also provide a code example to create QR Code in XLSX using C#....Conversion Product Family GroupDocs...into your project to sign XLSX file with QR Code Add reference to...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  3. How to Sign JPEG with QR Code using Java

    Quickly learn how to sign JPEG with QR Code using Java. We will also provide a code example to create QR Code in JPEG using Java without installing extra software....Conversion Product Family GroupDocs...supplying the path of the input JPEG file as an argument to its constructor...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  4. How to Extract Images from Word Document using ...

    This article provides thorough instructions to extract Images from Word document using Java and how to create the Java image extractor from Word application....Conversion Product Family GroupDocs...extracting images from Word file Create an instance of the Parser...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  5. Developer Guide | GroupDocs

    The Developer Guide section explains all aspects of GroupDocs.Editor for Node.js via Java File editor features, provides code snippets, and examples of editing Microsoft Office formats programmatically in Node.js applications....Conversion Product Solution GroupDocs...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...

    docs.groupdocs.com/editor/nodejs-java/developer...
  6. Add Image Annotation to JPG using C#

    This tutorial offers guidance on how to add image annotation to JPG using C#. You can insert image annotation to JPG in C# without installing extra tools....Conversion Product Family GroupDocs...an image annotation in a JPG file Create an instance of the Annotator...

    kb.groupdocs.com/annotation/net/add-image-annot...
  7. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Conversion Product Solution GroupDocs...It allows to skip unnecessary file loading. @Override public void...

    docs.groupdocs.com/parser/java/handle-loading-o...
  8. Adding image watermarks | GroupDocs

    GroupDocs.Watermark API supports adding the following image File types as image watermark...Conversion Product Solution GroupDocs...supports adding the following image file types as image watermark: BMP;...

    docs.groupdocs.com/watermark/net/adding-image-w...
  9. About annotation UI and Signature UI - Free Sup...

    Hi Aleksei, I have already shared the standalone application that I have integrated into my project. Could you please provide the corrections directly within that sample? Thanks, Abhinay Patel...but its frontend is visible file is loading but not trigerring...//foreach to while statements conversion Iterator tmp0 = (annotations)...

    forum.groupdocs.com/t/about-annotation-ui-and-s...
  10. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Conversion Product Solution GroupDocs...SpreadsheetContent . class ); File file = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/shapes-in-spr...