Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 104 for

loadoptions filetype

(0.09 sec)
  1. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....New API DiagramLoadOptions loadOptions = new DiagramLoadOptions...Watermarker ( @"C:\diagram.vsdx" , loadOptions )) { // watermarking goes...

    docs.groupdocs.com/watermark/net/migration-notes/
  2. How to merge images to PDF using Java | GroupDocs

    Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library....jpeg" , new LoadOptions ( FileType . PDF )) { // Add another...

    docs.groupdocs.com/merger/java/getting-started/...
  3. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for Java....XmlLoadOptions loadOptions = new XmlLoadOptions (); loadOptions . setUseAsDataSource...Converter ( "data.xml" , ()-> loadOptions ) { // Configure spreadsheet...

    docs.groupdocs.com/conversion/java/convert-xml-...
  4. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-diagram-...
  5. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....properties LoadOptions loadOptions = new LoadOptions () { Password...Signature ( "certificate.pfx" , loadOptions )) { IDocumentInfo documentInfo...

    docs.groupdocs.com/signature/net/preview-certif...
  6. Load SVG document with options | GroupDocs

    Learn how to load and convert SVG (Scalable Vector Graphics) files with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-svg-docu...
  7. Load 3D document with options | GroupDocs

    Learn how to load and convert 3D model documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-3d-docum...
  8. .NET 9 - Cannot convert image - Free Support Fo...

    Using GroupDocs.Conversion 25.4.0 in .NET 9 the attached image fails to convert with the following error. img_0444.jpg (180.9 KB) I’m also not sure why this has uploaded as .jpg it should be a .png GroupDocs.Conversi…... Conversion code: LoadOptions GetLoadOptions(LoadContext...xt context) { var loadOptions = new ImageLoadOptions() { Format...

    forum.groupdocs.com/t/net-9-cannot-convert-imag...
  9. Load page description language document with op...

    Learn how to load and convert page description language documents (XPS, SVG, EPS, PS, TEX, PCL) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-page-des...
  10. Load compression document with options | GroupDocs

    Learn how to load and convert compression files (ZIP, 7Z, RAR, TAR) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-compress...