Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 29,469 for

groupdocs.search

(0.07 sec)
  1. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  3. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/replace-missing-...
  4. How to Convert RTF to HTML in Java

    Perform document conversion with one of the top library, learn the process to convert RTF to HTML in Java, and explore RTF to HTML converter java application....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert TXT to PPTX using C#

    This article provides all steps to convert TXT to PPTX using C# on commonly used operating systems. It also includes code example to transform TXT to PPTX using C#....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert HTML to PDF in Java

    Read the instructions to convert HTML to PDF in Java. Quickly distribute PDF documents with anyone, and use sample html to pdf Java code in the app to convert them....Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Categories

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/zh/categories/
  8. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...Metadata Product Family GroupDocs.Search Product Family GroupDocs...

    kb.groupdocs.com/zh/conversion/page/6/
  9. How to Run Examples | Documentation

    Learn how to run Java examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/how-to-run-ex...
  10. How to Run Examples | Documentation

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open Eclipse and import the project to get started with it. Archived project file can also be imported....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/how-to-run-exa...