Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 6,682 for

informations

(0.04 sec)
  1. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/metadata/net/save-a-modified...
  2. Extend supported extensions list | GroupDocs

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/redaction/java/extend-suppor...
  3. Save overwriting original file | GroupDocs

    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....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/search/nodejs-java/get-suppo...
  5. GroupDocs' Online Document Management Apps Suit...

    Good news to all Dropbox users - we’ve integrated GroupDocs’ online document management apps with Dropbox! So you can now view, sign, annotate, assemble, compare, convert and share your Dropbox documents and collaborate online from any web-enabled device using only a web-browser. [caption id=“attachment_796” align=“alignnone” width=“554” caption=“Sync your Dropbox account with GroupDocs online document management apps”] [/caption] To find detailed instructions on how to access and work with Dropbox files from a GroupDocs account, please see the help documentation....Please find more detailed information on GroupDocs’ online document...

    blog.groupdocs.com/total/groupdocs-online-docum...
  6. GroupDocs.Viewer for .NET 19.3 is Released!

    We are happy to announce the release of version 19.3 of GroupDocs.Viewer for .NET. In this release, we have added several new features that target the PDF documents, archives and the source code files of Visual Basic and C#. Along with 2 bug fixes, we have made a couple of improvements for rendering of ZIP archives and vCard documents. For detailed information about the latest release, please have a look at the release notes.... For detailed information about the latest release...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  7. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/java/installation/
  8. How to install Asian Fonts on Ubuntu | GroupDocs

    This article will guide you through the installation of Asian Fonts on Ubuntu....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  9. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Set password for output document | GroupDocs

    Protect the comparison result document with a password by setting CompareOptions.PasswordSaveOption and SaveOptions.Password in GroupDocs.Comparison for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/net/set-password-...