Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 214,446 for

new

(0.22 sec)
  1. Modify the content of pdf based on header - Fre...

    Hello, Currently what we are doing: We have our data in HTML format. So we are generating pdf from html. We are using Converter.ConvertHTML from Aspose.HTML. Also, we have pdf headers and footers in HTML form. What we…...What we want now Now, we have a new ask such that each page might...document Document document = new Document(inputPdfPath); for (int...

    forum.aspose.com/t/modify-the-content-of-pdf-ba...
  2. WebExtensionProperty | Aspose.Words for Java

    Specifies a web extension custom property in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  3. Rendition with layer effects - Free Support For...

    Is it possible to create a rendition of a layer with the layer effects applied?...code: PsdLoadOptions loadOpt = new PsdLoadOptions(); // For the...gradientColorPoints = new IGradientColorPoint[] { new GradientColorPoint(Color...

    forum.aspose.com/t/rendition-with-layer-effects...
  4. Open PDF Document|Aspose.PDF for Java

    Learn how to open a PDF file with Aspose.PDF for Java....pdf" ; Document pdfDocument = new Document ( fileName ); System...BufferedInputStream in = new BufferedInputStream ( new java . net . URL...

    docs.aspose.com/pdf/java/open-pdf-document/
  5. Aspose.PSD for .NET 22.11 - 发行说明|Documentation

    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.... Save ( outputFile , new PngOptions ()); } PSDNET-735...Image . Load ( sourceFileName , new PsdLoadOptions ())) { TextLayer...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. 有什么新功能|Aspose.PDF for Java

    本页面介绍了Aspose.PDF for Java最近发布版本中引入的最受欢迎的新功能。...8以来,支持PDF/A-4格式: Document document = new Document ( inputPdf ); // 只有PDF-2...x文档可以转换为PDF/A-4 document . convert ( new ByteArrayOutputStrea (), PdfFormat...

    docs.aspose.com/pdf/zh/java/whatsnew/
  7. Get Warning Callbacks for Font Substitution in ...

    Learn to get warning callbacks for font substitution in Aspose.Slides for .NET and display PowerPoint and OpenDocument presentations accurately.... var options = new RenderingOptions (); options...options . WarningCallback = new FontWarningHandler (); // Load the presentation...

    docs.aspose.com/slides/net/getting-warning-call...
  8. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately.... RenderingOptions options = new RenderingOptions (); options...options . setWarningCallback ( new FontWarningHandler ()); // Load the...

    docs.aspose.com/slides/java/getting-warning-cal...
  9. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image formats....//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  10. Import and Export Data in JSON|Aspose.PDF for .NET

    This section explains how to import and Export Data in JSON...file and imports them into a new PDF document. // For complete...with indentation var options = new Aspose . Pdf . ExportFieldsToJsonOp...

    docs.aspose.com/pdf/net/import-export-json/