Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 12,048 for

new

(0.04 sec)
  1. Converting Docx to PDF throws Null Reference Ex...

    Attempting to convert the attached file throws a Null Reference Exception from within an Aspose library included in the GroupDocs product. We are using the most up to date version of convert available. This appears to …...Func<LoadOptions> getLoadOptions = () => new WordProcessingLoadOp { HideWordTrackedChang...using (Converter converter = new Converter("YourInputFilePath...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  2. Convert JSON as a data source to a spreadsheet ...

    Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "data.json" )) {...

    docs.groupdocs.com/conversion/net/convert-json-...
  3. GroupDocs.Assembly Product Family

    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.... Furthermore, new identifiers for barcodes are...are introduced in this new release. For a better experience with...

    blog.groupdocs.com/categories/groupdocs.assembl...
  4. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageAnnotation area = new ImageAnnotation { Box = new Rectangle ( 100...

    docs.groupdocs.com/annotation/net/put-image-ann...
  5. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... FTPClient ftpClient = new FTPClient (); ftpClient . connect...

    docs.groupdocs.com/viewer/java/load-document-fr...
  6. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose..."C://input//spreadsheet.csv" ; Editor editor = new Editor ( inputCsvPath ); Editing...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  7. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputVdx...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Consulting Blog Knowledge Base New Releases Status Websites aspose...search index. Step #1: Create new index First of all you need to...

    docs.groupdocs.com/search/nodejs-java/build-you...
  9. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert images to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...'@groupdocs/groupdocs.viewer' ; const viewer = new Viewer ( "vector-image.svg" )...

    docs.groupdocs.com/viewer/nodejs-java/render-im...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = New Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPdf...

    docs.groupdocs.com/metadata/net/working-with-me...