Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 31,397 for

new

(0.07 sec)
  1. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "SoftwareDevelopmentP...

    docs.groupdocs.com/viewer/net/render-ms-project...
  2. ILoadOptions - GroupDocs.Merger for Java - API ...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......ILoadOptions loadOptions) Initializes new instance of Merger class. Merger...MergerSettings settings) Initializes new instance of Merger class. Merger...

    apireference.groupdocs.com/merger/java/com.grou...
  3. loadoptions - GroupDocs.Merger for Java - API R...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......FileType fileType) Initializes new instance of LoadOptions class...String password) Initializes new instance of LoadOptions class...

    apireference.groupdocs.com/merger/java/com.grou...
  4. GroupDocs.Search for .NET 19.5 Release Notes

    GroupDocs.Search for .NET 19.5 Release Notes – the latest updates and fixes....the following improvements and new features in this release: Implement...storage format Add support for new file formats Implement method...

    releases.groupdocs.com/search/net/release-notes...
  5. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = New Watermarker("image.png"); // Initialize the font to be used for watermark Font font = New Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = New TextWatermark("Test watermark", font); // Set watermark properties watermark....Consulting Blog Knowledge Base New Releases Status Websites aspose...png" Watermarker watermarker = new Watermarker ( "image.png" );...

    docs.groupdocs.com/watermark/java/adding-text-w...
  6. StringOutputAdapter - GroupDocs.Search for Java...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......"c:\\MyDocuments\\"; Index index = new Index(indexFolder); // Creating...StringOutputAdapter adapter = new StringOutputAdapter(); // Creating...

    apireference.groupdocs.com/search/java/com.grou...
  7. Underline Text on GroupDocs Blog | Document Aut...

    Underline Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Underline Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo...... In this new version, a user can now add distance...Java users to download this new version to explore and provide...

    blog.groupdocs.com/tag/underline-text/index.xml
  8. metadatapackage - GroupDocs.Metadata for Java -...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......pptx" try (Metadata metadata = new Metadata(Constants.InputPptx))...properties = metadata.findProperties( new ContainsTagSpecifica(Tags.getPerson()...

    apireference.groupdocs.com/metadata/java/com.gr...
  9. 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(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...suffix: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/save-in-origi...
  10. Viewer - GroupDocs.Viewer for Java - API Reference

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo......ViewerSettings settings) Initializes new instance of Viewer class. Viewer...ViewerSettings settings) Initializes new instance of Viewer class. Viewer...

    apireference.groupdocs.com/viewer/java/com.grou...