Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 12,288 for

new

(0.15 sec)
  1. Set image resolution | GroupDocs

    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-...
  2. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Consulting Blog Knowledge Base New Releases Status Websites aspose...CustomTextualDocumen () { _fileContent = new java . util . ArrayList <>();...

    docs.groupdocs.com/redaction/java/create-custom...
  3. GroupDocs Editor: Images are not loading - Free...

    Images are not loading when I am using Groupdocs Editor for word document with TinyMCE sharing my code, Document as well as screenshot for your reference. public ActionResult Index() { License lic = New License(); …...ActionResult Index() { License lic = new License(); lic.SetLicense(@"...some document Editor editor = new Editor(inputFilePath); WordProcessingEditOp...

    forum.groupdocs.com/t/groupdocs-editor-images-a...
  4. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-in-raster...
  5. Compare Text, Word, and PDF files using Java Co...

    Compare Text, Word, PDF files, & more documents using Comparison API for Java. Highlight the differences in a separate document to accept changes....on disk Comparer comparer = new Comparer("source.docx"); try...Stream Comparer comparer = new Comparer(new FileInputStream("source...

    blog.groupdocs.com/comparison/compare-text-word...
  6. Deleting slides from presentation | GroupDocs

    This article describes the New feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many slides from the loaded and edited presentation during its saving to the output format...Consulting Blog Knowledge Base New Releases Status Websites aspose...only possible to save it as a new one-slide presentation. In particular...

    docs.groupdocs.com/editor/java/deleting-slides-...
  7. EmailOptions Class is Introduced in GroupDocs.C...

    GroupDocs.Conversion for Java 18.7 covers a New feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA New class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = New PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions....7 covers a new feature and a bug fix. MSG to...control conversions from emailA new class EmailOptions is implemented...

    blog.groupdocs.com/conversion/emailoptions-clas...
  8. Email to Pdf - word wrapping issues - Free Supp...

    Hello, We’ve had fairly consistent issues with converting .eml files to .pdf where text gets cut-off on the right hand of the screen, the below email cuts off the signature to the right, for example. LongSignature.zip …...converter = new Converter(src)) { converter.Convert(new WebConvertOptions()...(ConvertedContext ctx) => { using (var ms = new MemoryStream()) { ctx.ConvertedStream...

    forum.groupdocs.com/t/email-to-pdf-word-wrappin...
  9. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf documents: Map<String, String> map1 = null; ByteArrayO…...ByteArrayOutputStrea mergedPdfOutputStrea = new ByteArrayOutputStrea(); try {...ByteArrayInputStream byteArrayInputStream = new ByteArrayInputStream(inputPdfBytes);...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  10. Load Presentation document with options | Group...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new PresentationLoadOpti { HideComments...

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