Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 10,159 for

images

(0.43 sec)
  1. GroupDocs.Markdown for Python via .NET — Export...

    Convert PDF, Word, Excel, EPUB, and more to Markdown directly from Python. A self-contained PyPI wheel with a pythonic API, async support, and LLM-friendly output....examples Conversion options and image strategies Document inspection...examples # Conversion options and image strategies # from groupdocs...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  2. GroupDocs.Signature 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....digital signatures using stamps, images, and form fields Learn to implement...

    blog.groupdocs.com/categories/groupdocs.signatu...
  3. llms-tech.xml

    Model Architectures Transformer Attention-based neural architecture used by most modern LLMs. Self-Attention Feed-Forward Networks Positional Encoding Mixture of Experts (MoE) Scales model capacity......distribution using Docker, OCI images, and orchestration platforms...

    docs.groupdocs.com/markdown/python-net/_sample_...
  4. Product Overview | GroupDocs

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....ability to annotate text or images in files of . Annotations may...

    docs.groupdocs.com/annotation/net/product-overv...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  6. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  8. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  9. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/load-a-password...
  10. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....location and convert its pages to images final FileOutputStream fileStream...

    docs.groupdocs.com/redaction/java/save-to-stream/