Sort Score
Result 10 results
Languages All
Labels All
Results 8,461 - 8,470 of 31,391 for

new

(0.09 sec)
  1. GroupDocs.Parser unable to detect password prot...

    When initializing a New GroupDocs.Parser.Parser instance with password protected 7-Zip archive as a Stream, this exception is thrown: Exception of type ‘GroupDocs.Parser.Exceptions.UnsupportedDocumentFormatException’ w…...6:24am #1 When initializing a new GroupDocs.Parser.Parser instance...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/groupdocs-parser-unable-t...
  2. SetProperties | GroupDocs.Metadata for .NET API...

    Sets known metadata properties satisfying the specified predicate. The operation is recursive so it affects all nested packages as well. This method is a combination of AddPropertiesgroupdocs.metadata/metadata/addproperties and UpdatePropertiesgroupdocs.metadata/metadata/updateproperties. If an existing property satisfies the predicate its value is updated. If there is a known property missing in a package that satisfies the predicate it is added to the package.... value PropertyValue A new value for the filtered properties...using ( Metadata metadata = new Metadata ( Constants . InputVsdx...

    reference.groupdocs.com/metadata/net/groupdocs....
  3. LaunchQueue - Web APIs | MDN

    Learn about the LaunchQueue interface, including code examples, specifications, and browser compatibility....of focus-existing , navigate-new , or navigate-existing , LaunchQueue...targetURL) { const params = new URL(launchParams.targetURL).searchParams;...

    developer.mozilla.org/en-US/docs/Web/API/Launch...
  4. Empty result when converting any small MSG to P...

    Converting any small email (MSG) to PDF, only creates an empty page, if custom width and height is used. The issue only seems to happen when both is true, a small (single page?) Email is used and custom size is provided…...those options: using (var conv = new Converter(documentPath, () =>...loadOptions)) { var options = new PdfConvertOptions() { PageWidth...

    forum.groupdocs.com/t/empty-result-when-convert...
  5. Render hidden columns and rows | GroupDocs.View...

    This article explains how to show hidden rows and cells when rendering Spreadsheets with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...samples. using (Viewer viewer = new Viewer( "sample.xlsx" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/render-hidden-col...
  6. Enable font hinting | Documentation

    This article explains how to enable font hinting when viewing PDF Documents with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...and JPG. try ( Viewer viewer = new Viewer ( "sample.pdf" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/enable-font-hint...
  7. GroupDocs.Merger.Exceptions.GroupDocs Merger Ex...

    I am using merger api in my product, my code looks like the below ExtractOptions extractOptions = New ExtractOptions(New int[] { i, i }); using (Merger merger = New Merger(mStream)) { string fullFileName = filePathOu…...ExtractOptions extractOptions = new ExtractOptions(new int[] { i, i }); using...using (Merger merger = new Merger(mStream)) { string fullFileName...

    forum.groupdocs.com/t/groupdocs-merger-exceptio...
  8. Convert compression formats | Documentation

    In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "sample.zip" )) {...

    docs.groupdocs.com/conversion/java/convert/comp...
  9. Viewer Constructor (String, LoadOptions) - Grou...

    Initializes New instance of Viewer class....(String, LoadOptions) Initializes new instance of Viewer class. Namespace:...LoadOptions loadOptions ) Public Sub New ( filePath As String , loadOptions...

    apireference.groupdocs.com/viewer/net/groupdocs...
  10. Adjust image quality | GroupDocs.Viewer for .NET

    This article explains how to adjust image quality when rendering PDF Documents with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...HTML. using (Viewer viewer = new Viewer( "sample.docx" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/adjust-image-qual...