Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 30,066 for

groupdocs parser

(0.09 sec)
  1. Classify document by path | Documentation

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/classify-...
  2. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with Groupdocs.Viewer within your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/load-document-fr...
  3. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Parse PDF Forms in Java on GroupDocs Blog | Doc...

    Parse PDF Forms in Java on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Parse PDF Forms in Java on Groupdocs Blog | Document Automation Solutions for ......Parse PDF Forms in Java on GroupDocs Blog | Document Automation...Parse PDF Forms in Java on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/de/tag/parse-pdf-forms-in-ja...
  5. Using Markdown Documents | Documentation

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/using-markdown-...
  6. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/net/search-options/
  7. Inserting Images Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/inserting-image...
  8. Extract Text from PDF Forms on GroupDocs Blog |...

    Extract Text from PDF Forms on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Text from PDF Forms on Groupdocs Blog | Document Automation Soluti......Extract Text from PDF Forms on GroupDocs Blog | Document Automation...Extract Text from PDF Forms on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/it/tag/extract-text-from-pdf...
  9. Licensing | Documentation

    Groupdocs.Annotation provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/java/licensing-an...
  10. Features overview | Documentation

    Groupdocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/features-overv...