Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 10,664 for

new

(0.05 sec)
  1. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/output-adapters/
  2. Load document from FTP | Documentation

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

    docs.groupdocs.com/annotation/net/load-document...
  3. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....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-document-...
  4. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/locating-sign...
  5. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....GetFiles: DirectoryInfo dirInfo = new DirectoryInfo(@"C:\\download...(FileFormatChecker fileFormatChecker = new FileFormatChecker(path)) { return...

    blog.groupdocs.com/metadata/get-specific-file-t...
  6. Load file from Amazon S3 storage | Documentation

    This article demonstrates how to convert file stored in Amazon S3 storage using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter (() => DownloadFile...

    docs.groupdocs.com/conversion/net/load-file-fro...
  7. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer .NET API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "abook.epub" )) { //...

    docs.groupdocs.com/viewer/net/render-ebooks/
  8. How to Add PDF Annotation in ASP.NET C# - Free ...

    The samples I find on your GitHub repo are complicated, difficult to understand for Newbie. Is there documentation showing how to setup an ASP.NET project to use GroupDocs.Annotation, add PDF annotation, and setting up …...List<AnnotationBase> annotations = new List<AnnotationBase>() { // Instantiate...message new AreaAnnotation() { PageNumber = 0, Box = new Rectangle(100...

    forum.groupdocs.com/t/how-to-add-pdf-annotation...
  9. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: LoadOptions loadOptions = new LoadOptions ( /*preRasterize*/...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  10. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...