Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 705 for

locale

(0.3 sec)
  1. Introducing a More Optimized and Simplified Gro...

    It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was to introduce a more simplified and optimized watermark manipulation API for the .NET platform. Today, I am excited to announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download. What’s new in the latest release? The major updates have been done at the architecture level of the API to simplify its usage....document information from the local file. Old API # New API # For...

    blog.groupdocs.com/watermark/net-api-to-add-sea...
  2. Very slow conversion for certain PDF to HTML - ...

    We’re using GroupDocs.Viewer from Total.NetFramework package 25.5 to convert the attached PDF to HTML for viewing purposes. Unfortunately it seems to take 10 to 15 minutes, to convert page 2 to HTML, which is way to slo…...@Clemens Hi Clemens, On my local PC the rendering of the 2nd...

    forum.groupdocs.com/t/very-slow-conversion-for-...
  3. Update watermarks | GroupDocs

    This article shows how to update existing text or image watermarks....the Watermarker class for a local file or file stream; Specify...the Watermarker class for a local file or file stream; Specify...

    docs.groupdocs.com/watermark/net/basic-usage/up...
  4. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...Add(annotations); // Save result to the local storage annotator.Save("C:\output\result...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...
  5. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...feedback As an alternative to a local file, can open a document from...

    docs.groupdocs.com/redaction/python-net/load-fr...
  6. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....hosted, or can be loaded from local system as well. How to merge...

    docs.groupdocs.com/merger/nodejs-java/merge/html/
  7. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....hosted, or can be loaded from local system as well. How to merge...

    docs.groupdocs.com/merger/python-net/merge/html/
  8. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....stream (without a copy on the local disk). To avoid the overhead...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. Add search text annotation | GroupDocs

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...annotation to the document from local disk using ( Annotator annotator...

    docs.groupdocs.com/annotation/net/add-search-te...
  10. How to Run Examples | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for Java library...extract the folders on your local disk. The extracted files and...

    docs.groupdocs.com/merger/java/how-to-run-examp...