Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 10,575 for

new

(0.07 sec)
  1. Skip loading of external resources | Documentation

    Learn this article and check how to restrict loading of external resources during conversion...Consulting Blog Knowledge Base New Releases Status Websites aspose...WebLoadOptions loadOptions = new WebLoadOptions (); loadOptions...

    docs.groupdocs.com/conversion/java/skip-loading...
  2. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.nsf" )) { //...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  3. Stamp Signatures Introduced in GroupDocs.Signat...

    Every month team GroupDocs comes up with a New release that adds some valuable features to the GroupDocs.Signature for .NET API. In this regard we are pleased to announce the release of version 17.7.0 of the e-signing API. The most important feature introduced in this version is the support for Stamp signatures. Other features introduced in this version include the implementation and verification of New barcode and QR-code encode types....team GroupDocs comes up with a new release that adds some valuable...implementation and verification of new barcode and QR-code encode types...

    blog.groupdocs.com/signature/stamp-signatures-i...
  4. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...removes the Arial and Times New Roman characters of 32-127 codes...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  5. Load document from Azure Blob Storage | Documen...

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

    docs.groupdocs.com/annotation/net/load-document...
  6. Render images as HTML, PDF, PNG, and JPEG files...

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

    docs.groupdocs.com/viewer/java/render-images/
  7. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = New LoadOptions("mypassword"); final Redactor redactor = New Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(New ExactPhraseRedaction("John Doe", New ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...class: LoadOptions loadOptions = new LoadOptions ( "mypassword" );...

    docs.groupdocs.com/redaction/java/load-password...
  8. Load the password-protected documents | Documen...

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( "input.pdf" , new LoadOptions ()...

    docs.groupdocs.com/annotation/net/load-password...
  9. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....Consulting Blog Knowledge Base New Releases Status Websites aspose...ByteArrayInputStream stream = new ByteArrayInputStream ( buffer...

    docs.groupdocs.com/search/java/delete-indexed-d...
  10. Load CSV document with options | Documentation

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...processed: const loadOptions = new groupdocs . conversion . CsvLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...