Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 213,047 for

new

(0.15 sec)
  1. Aspose.PSD for .NET 20.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....= 0 ) { throw new Exception ( "VogkResource were...ShapeOriginSettings = new [] { resource . ShapeOriginSettings [ 0 ], new VectorShapeOriginSet...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-4...
  2. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Add XML namespace in XMP metadata of EPS |.NET

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add-names...
  4. Marking Barcode Regions in an Image in PHP|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....$barcode_reader_type = new BarCodeReadType (); $reader = new BarCodeReader...object $imageIO = new ImageIO (); // $file=new File(); $bufferedImage...

    docs.aspose.com/barcode/java/marking-barcode-re...
  5. Manipulate PDF Document|Aspose.PDF for PHP via ...

    Discover how to manipulate PDF files in PHP with Aspose.PDF for content modification and document structuring....$document = new Document ( $inputFile ); $pdfFormat = ( new PdfFormat...pdf package can both create new and manipulate existing PDF files...

    docs.aspose.com/pdf/php-java/manipulate-pdf-doc...
  6. Convert Microsoft Project MPP File to PDF | Asp...

    Aspose.Tasks for .NET allows converting MPP or MPX files to PDF. Use PdfSaveOptions to customize PDF output....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  7. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java.... Document doc = new Document(getMyDir() + "Rendering...PclSaveOptions saveOptions = new PclSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...(Presentation presentation = new Presentation(inputFile)) { PdfOptions...PdfOptions saveOptions = new PdfOptions { EmbedFullFonts = true...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  9. How to merge images|Documentation

    Merge images. Combine several images into one. Create a photo collage....total height of the new images. Then create a new merge image with...and put the images into the new one. You can find more Java code...

    docs.aspose.com/imaging/java/developer-guide/ho...
  10. Email body with tab chacters convert to pdf iss...

    We have a .msg to be converted to PDF. The body contains a sentence, in front of that sentence contains 15+ tab characters. We are converting this msg file to pdf using below logic Ligic#1: Aspose.Words.Document do…...Load(inputPath); using (var msgStream = new MemoryStream()) { message.Save(msgStream...Position = 0; var options = new Aspose.Words.Loading.LoadOptions();...

    forum.aspose.com/t/email-body-with-tab-chacters...