Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 32,345 for

groupdocs.comparison

(0.06 sec)
  1. Categories

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Viewer Product Family GroupDocs.Comparison Product Family GroupDocs...

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

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

    kb.groupdocs.com/zh/conversion/page/6/
  3. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/reorder-pages/
  4. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/put-image-ann...
  5. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/loading-custo...
  6. Conversion options by document family | Documen...

    This section explains GroupDocs.Conversion for .NET convert options specific to various document types...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/conversion-op...
  7. Saving | Documentation

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/saving/
  8. Working with Table Reports - Filtered Ordered G...

    Articles in this section...Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-ta...
  9. GroupDocs.Conversion for .NET

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

    kb.groupdocs.com/zh/conversion/net/page/2/
  10. 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....Conversion Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...