Sort Score
Result 10 results
Languages All
Labels All
Results 9,721 - 9,730 of 12,712 for

to

(0.09 sec)
  1. Advanced search certificate documents | Documen...

    This article explains how To make advanced search for Text electronic signatures with GroupDocs.Signature API....This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Verifying QR Code signatures in advance | Docum...

     This article explains how To provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API.... This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/verify-qr-code...
  3. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow To extract a text from the entire document or a text from the selected page. TexToptions parameter is ignored for Microsoft Office Words documents. Here are the steps To extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader.

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. GroupDocs.Merger Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/categories/groupdocs.merger-...
  5. STL File Viewer using C# | View STL as PDF, HTM...

    View STL files as PDF using C#. Further render the stereolithography (STL) files inTo HTML, JPG and PNG formats within .NET applications....View STL files as PDF using C#. Further render the stereolithography (STL) files into HTML, JPG and PNG formats within .NET applications.

    blog.groupdocs.com/viewer/stl-file-viewer-using...
  6. Search index events | Documentation

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)

    docs.groupdocs.com/search/nodejs-java/search-in...
  7. Password Protect PDF Files in C# | Lock Unlock PDF

    Let's learn how To lock PDF files with password protection using C#. Change the existing password or remove it To unlock the PDF files using .NET API....Let's learn how to lock PDF files with password protection using C#. Change the existing password or remove it to unlock the PDF files using .NET API.

    blog.groupdocs.com/merger/lock-unlock-pdf-files...
  8. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you To detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Migration notes | Documentation

    Why To migrate Here are the key reasons To use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point To manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order To simplify passing options To manage watermarks. Document information and preview generation procedures were simplified....Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified.

    docs.groupdocs.com/watermark/net/migration-notes/
  10. CAD, EMF & WMF file formats Support Introduced ...

    GroupDocs team is glad To announce another monthly release where new file formats are added in supported file format list To annotate documents and image. The latest GroupDocs.Annotation for .NET 17.3.0 API now provides support To CAD, WMFand EMF with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user To download the latest API release To use new exciting features and enhance their application with GroupDocs....GroupDocs team is glad to announce another monthly release where new file formats are added in supported file format list to annotate documents and image. The latest GroupDocs.Annotation for .NET 17.3.0 API now provides support to CAD, WMFand EMF with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs.

    blog.groupdocs.com/annotation/cad-emf-wmf-file-...