Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 10,319 for

new

(0.05 sec)
  1. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to split worksheets into pages when rendering spreadsheet files to HTML, PDF, and image formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "products.xlsx" )) {...

    docs.groupdocs.com/viewer/net/split-worksheet-i...
  3. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); loadOptions...

    docs.groupdocs.com/conversion/java/load-spreads...
  4. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...overwriting the entire workbook with a new single worksheet. This feature...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  5. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...saveContext ) => new MemoryStream ()). WithOptions ( new PdfConvertOptions...

    docs.groupdocs.com/conversion/net/convert-conte...
  6. Update annotations | Documentation

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/update-annot...
  7. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.docx" , new LoadOptions ()...

    docs.groupdocs.com/comparison/net/compare-multi...
  8. Sign documents with standard QR Code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/sign-documents...
  9. Shapes in spreadsheet document | Documentation

    The watermarking API enables you extracting information about all shapes in an excel document, Removing a particular shape, Removing shapes with particular text formatting, Replacing text for particular shapes, Replacing shape image and more....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); // Specify...

    docs.groupdocs.com/watermark/net/shapes-in-spre...
  10. Working with slide backgrounds | Documentation

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); // Specify...

    docs.groupdocs.com/watermark/net/working-with-s...