Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 199,945 for

new

(0.17 sec)
  1. Display Multiple Columns in Rendered Gantt Char...

    Learn how to display customized Gantt chart columns while export in graphical formats (PDF, PNG, JPEG) using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/display-multiple-colu...
  2. Presentation Viewer|Aspose.Slides Documentation

    PowerPoint presentation viewer in Java...Presentation presentation = new Presentation ( "sample.pptx"...FileOutputStream svgStream = new FileOutputStream ( "output.svg"...

    docs.aspose.com/slides/java/presentation-viewer/
  3. Presentation Viewer|Aspose.Slides Documentation

    PowerPoint presentation viewer in Java...Presentation presentation = new Presentation ( "sample.pptx"...FileOutputStream svgStream = new FileOutputStream ( "output.svg"...

    docs.aspose.com/slides/androidjava/presentation...
  4. HMTL to PDF conversion - Free Support Forum - a...

    Hi Team, I am working on convert HTML to PDF, my issue is style are not applying from style block block. My code: foreach (string contentPart in contentParts) { Aspose.Pdf.Page page = merge…...HtmlFragment htmlFragment = new HtmlFragment(fullHtmlContent);...MemoryStream memoryStream = new MemoryStream(); mergedPdfDocument...

    forum.aspose.com/t/hmtl-to-pdf-conversion/314583
  5. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!...Description static Create () Creates new instance of the mail merger processor...Create ( MergerContext ) Creates new instance of the mail merger processor...

    reference.aspose.com/words/net/aspose.words.low...
  6. The PdfFileSignature.save() is not thread-safe ...

    Hi team, We have encountered the issue when signing Digital Signature in Java by using PdfFileSignature.save() although we created the object for each thread. Below is the code and thread-dump: public byte[] signPdf(…...ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea(); Document...Rectangle rect = new Rectangle(10, 0, 100, 30); doc = new Document(pdfBytes);...

    forum.aspose.com/t/the-pdffilesignature-save-is...
  7. Presentation Viewer|Aspose.Slides for PHP Docum...

    PowerPoint presentation viewer in PHP...$slideIndex = 0 ; $presentation = new Presentation ( "sample.pptx"...$slideIndex ); $svgStream = new Java ( "java.io.FileOutputStream"...

    docs.aspose.com/slides/php-java/presentation-vi...
  8. Create MText in dwg file failed - Free Support ...

    Hello, I am using Aspose.CAD .net api to create dwg and insert mtext acc. to Work with text|CAD Documentation here is my code [HttpPost("createDwgByAspose2")] public async void CreateDwgByAspose2Async…...DwgImage dwgImage = new DwgImage(); CadMText mText = new CadMText();...= 40; mText.InsertionPoint = new Cad3DPoint(300, 40, 0); mText...

    forum.aspose.com/t/create-mtext-in-dwg-file-fai...
  9. FieldMergeBarcode.BarcodeValue | Aspose.Words f...

    Discover the FieldMergeBarcode BarcodeValue property to easily manage and customize your barcode values for enhanced data accuracy and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Source | Aspose.Words for Java

    Represents an individual source such as a book journal article or interview in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...