Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 7,218 for

may

(0.59 sec)
  1. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques.... Use of this value may decrease the conversion performance...hieroglyphic or special symbols, you may need to disable character grouping...

    docs.groupdocs.com/viewer/python-net/render-pdf...
  2. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/indexing-from-di...
  3. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/parse-data-from-...
  4. Digitally Sign PDFs Using Azure Key Vault & Gro...

    Create secure electronic document signatures for PDFs by integrating Azure Key Vault certificate management with GroupDocs.Signature in C#. Complete guide with custom hash signing for external devices and signature validation examples....hardware that your organization may already use. Flexible Architecture...and additional resources, you may find the following links useful:...

    blog.groupdocs.com/signature/custom-hash-sign-w...
  5. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......If you have large size data (may consist of multiple files of...

    blog.groupdocs.com/categories/groupdocs.redacti...
  6. .txt font replacement - Free Support Forum - gr...

    Hello, Please can you provide an example of how I can replace a font in a .txt file. I have tried the following but none seem to work. LoadOptions GetLoadOptions(LoadContext context) { var loadOptions = new WordPr…... Its resolution may therefore take longer than initially...

    forum.groupdocs.com/t/txt-font-replacement/16295
  7. Work with Streams vs File Paths | GroupDocs

    Learn when and how to use streams versus file paths for template loading and document saving in .NET....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/assembly/net/basic-usage-str...
  8. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....page To study the system, you may want quick access to the API...

    docs.groupdocs.com/viewer/nodejs-java/licensing...
  9. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Standalone report generators may work with multiple data sources...

    docs.groupdocs.com/assembly/java/introducing-gr...
  10. Extract text areas | GroupDocs

    This article explains that how to extract text areas from documents in Java....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-text-areas/