Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 7,582 for

page

(0.05 sec)
  1. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....information about hidden document pages, digital signatures, user comments...(ID3, Lyrics, APE) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/features-overv...
  2. Extract metadata from Emails | GroupDocs

    Extract metadata from emails by using GetMetaData method....Emails Leave feedback On this page To extract metadata from emails...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-metadata-...
  3. Extract images from Emails | GroupDocs

    Extract images from emails, by default images are extracted with its original format...Emails Leave feedback On this page To extract images from emails...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. GroupDocs.Assembly for Net overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....overview Leave feedback On this page A assembly is a document automation...submit a ticket to our . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/assembly/net/product-overview/
  5. Delete QR-code signatures from documents | Grou...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....documents Leave feedback On this page Overview provides class to manipulate...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/delete-qr-code...
  6. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Please refer to the following pages for examples: Load from FTP...Azure Blob Storage Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/load-document-fr...
  7. XLTX File Format Support in GroupDocs.Merger fo...

    Document Manipulation and Modification is now programatically implemented in a lot of file formats. Keeping that in view, we are introducing some new file formats with the release of GroupDocs.Merger for .NET 19.2. Following new file formats are now supported by the API: XLT XLTX XLTM In excel these file formats are basically saved as a template files. Beside new features, we also introduced a improvement and few bug fixes.... You can move any page in XPS or EPUB document to some...resultant document with new page order. See how MovePage and...

    blog.groupdocs.com/merger/xltx-file-format-supp...
  8. How to run examples | GroupDocs

    How to run examples using Maven and Eclipse IDE....examples Leave feedback On this page The complete project with code...loWorld All done . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/java/how-to-run-examp...
  9. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...QR-code Leave feedback On this page provides ability to encrypt...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/sign-documents...
  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....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

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