Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 7,067 for

paged

(0.1 sec)
  1. Image Watermark PDF in Java on GroupDocs Blog |...

    Image Watermark PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark PDF in Java on GroupDocs Blog | Document Automation Soluti......filigranes à toutes les pages et à certaines pages du PDF à l'aide...

    blog.groupdocs.com/fr/tag/image-watermark-pdf-i...
  2. Render APNG to HTML in CSharp on GroupDocs Blog...

    Render APNG to HTML in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Render APNG to HTML in CSharp on GroupDocs Blog | Document Automation So......GIF et APNG animées dans des pages Web à l'aide de C# Rendez par...GIF et APNG animées sur une page Web HTML en C # avec la fonction...

    blog.groupdocs.com/fr/tag/render-apng-to-html-i...
  3. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/how-to-run/
  4. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/search-flow/
  5. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/extend-suppor...
  6. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/net/load-from-stream/
  7. 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.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...' ); Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  9. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Business Case of a Shopping Store | Documentation

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/business-case-o...