Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 31,376 for

new

(0.07 sec)
  1. Load document from URL | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from URL using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( GetRemoteFile ( url...

    docs.groupdocs.com/annotation/net/load-document...
  2. Some file extension is not supported by Viewer ...

    Some file extension is not supported by viewer plesse find below list of extension Programming and Script Files: Java files (.java) JavaScript files (.js) C# files (.cs) C++ files (.cpp) CSS files (.css) 3D Modeling…...getExtension(); LoadOptions loadOptions = new LoadOptions(); loadOptions.setFileType(FileType...trim().toUpperCase())); viewer = new Viewer(Files.newInputStream(Paths...

    forum.groupdocs.com/t/some-file-extension-is-no...
  3. RedactionDescription Class - GroupDocs.Redactio...

    Represents a single change action info that performed during redaction process....RedactionActionType, String) Initializes a new instance of RedactionDescription...RegionReplacementOpt, String) Initializes a new instance of RedactionDescription...

    apireference.groupdocs.com/redaction/net/groupd...
  4. 'File is corrupted or damaged' when the documen...

    Hello GroupDocs Team, We faced the issue 'GroupDocs.Viewer.Exceptions.GroupDocsViewerException: ‘Could not load file. File is corrupted or damaged.’ when the doc header contains svg image on calling viewer.View method. …... LoadOptions loadOptions = new LoadOptions(FileType.DOCX); using...using (Viewer viewer = new Viewer(stream, loadOptions)) { We’ve...

    forum.groupdocs.com/t/file-is-corrupted-or-dama...
  5. RemovePageRedaction Class - GroupDocs.Redaction...

    Represents a redaction that removes a page (slide, worksheet, etc.) from a document....RemovePageRedaction Initializes a new instance of RemovePageRedaction...redactor = new Redactor( @"C:\test.pdf" )) { redactor.Apply( new Rem...

    apireference.groupdocs.com/redaction/net/groupd...
  6. online document viewer

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....release, we have added several new features that target the PDF...has come with some exciting new features as well as a bunch of...

    blog.groupdocs.com/tag/online-document-viewer/
  7. GroupDocs.Comparison for Java 3.2.2 Release Not...

    Note This page contains release notes for GroupDocs.Comparsion for Java 3.2.2 Major Features There are improvements and fixes in this regular monthly release. The most notable are: Comparison engines for all formats has been rewritten completely from scratch. Simplified and much flexible API. Better organized and simplified product structure. Code optimization. Apply/Discard changes support for all formats Designed as native library which allow usage in all possible project types. Introduced support of encrypted files Introduced automatic detection of file types Introduced improved Words comparison performance up to 8 times Introduced improved Words comparison quality for text and tables Introduced improved PDF comparison quality for text, tables and images Introduced support of saving comparison results as images Introduced support of HTML format Introduced improved Words comparison performance Introduced improved Words comparison quality for tables Introduced improved PDF comparison quality for tables and images Introduced improved Cells general comparison quality Introduced Apply/Discard changes support for Text format Full List of Issues Covering all Changes in this Release Key Summary Category COMPARISONNET-445 GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...File Type Detection from Stream New Feature COMPARISONNET-616 Implement...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  8. Render original page size | GroupDocs.Viewer fo...

    This article explains how to set the output image size to be the same as the page size of a PDF Document with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Viewer provides a new option called RenderOriginalPageSi...

    docs.groupdocs.com/viewer/net/rendering-pages-t...
  9. XmlFormatOptions | GroupDocs.Editor for .NET AP...

    Contains options that allow to adjust the formatting of XML document when it is represented as HTML...element will be placed on a new line. By default is false (disabled)...children) will be rendered on a new line with bigger left indent...

    reference.groupdocs.com/editor/net/groupdocs.ed...
  10. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = New LoadOptions("mypassword"); final Redactor redactor = New Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...class: LoadOptions loadOptions = new LoadOptions ( "mypassword" );...

    docs.groupdocs.com/redaction/java/load-password...