Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 28,643 for

groupdocs.metadata

(0.05 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(); }...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/save-document-...
  3. Replace missing font | Documentation

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

    docs.groupdocs.com/viewer/java/replace-missing-...
  4. Categories

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

    kb.groupdocs.com/zh/categories/page/35/
  5. GroupDocs.Conversion for .NET

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

    kb.groupdocs.com/zh/conversion/net/page/3/
  6. GroupDocs.Conversion Product Family

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

    kb.groupdocs.com/zh/conversion/page/10/
  7. GroupDocs.Conversion Product Family

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

    kb.groupdocs.com/zh/conversion/page/7/
  8. GroupDocs.Conversion for .NET

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

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

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Node.js examples out-of-the-box....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/how-to-ru...
  10. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects GroupDocs.Assembly for .NET API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Data Source Document Multiple Tables Data....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/loading-multipl...