Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 195,319 for

new

(0.08 sec)
  1. NodeRendererBase.RenderToSize | Aspose.Words fo...

    Discover the NodeRendererBase RenderToSize method to efficiently render shapes into Graphics objects at your desired size for enhanced visual output....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ShapeForm shapeForm = new ShapeForm ( new Size ( 1017 , 840 ));...

    reference.aspose.com/words/net/aspose.words.ren...
  2. 通過Java將圖像添加到 PDF | Aspose.PDF

    本頁介紹使用 Java 和 PHP、德爾福和適用於 Java 的 Aspose.PDF庫將圖像添加到 PDF 文檔中的功能。...try { Document pdfDocument = new Document ( DATA_DIR . resolve...FileInputStream imageStream = new FileInputStream ( DATA_DIR ....

    products.aspose.com/pdf/zh-hant/java/images/add/
  3. GridConfig|Documentation

    GridConfig element generates a matrix of numbered bubbles that are combined into a single answer.... new GridConfig () { SectionsCount...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/grid...
  4. glTF Mesh Features Example|Documentation

    This documentation page demonstrates how to create a glTF file with EXT_mesh_features using Aspose.3D for .NET....we create a mesh var mesh = new Mesh (); // Add control points...mesh . ControlPoints . Add ( new Vector4 ( 0 , 1 , 0 )); // Point...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  5. ResourceLoadingArgs | Aspose.Words for Java

    Provides data for the IResourceLoadingCallback.resourceLoadingcom.aspose.words.ResourceLoadingArgs method in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...
  6. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi.... Create a new Document class object to split...//Read the source PDF file doc = new com . aspose . pdf . Document...

    products.aspose.com/pdf/java/splitter/
  7. Bookmark display issue in Adobe Acrobat Browser...

    Hello, There is an issue with bookmarks in PDF files generated using Aspose.PDF version 25.2 and above. The bookmarks are not displayed correctly when the PDF is opened using the Adobe Acrobat browser extension: image.…...Main() { Document pdfDocument = new Document(); Page page1 = pdfDocument...Add(); TextFragment text1 = new TextFragment("This is the first...

    forum.aspose.com/t/bookmark-display-issue-in-ad...
  8. Convert PowerPoint to HTML|Aspose.Slides for PH...

    Convert PowerPoint HTML : Save PPTX or PPT as HTML . Save slides as HTML...presentation to HTML while using the new CSS style. Using its own API...a presentation file $pres = new Presentation ( "Convert_HTML...

    docs.aspose.com/slides/php-java/convert-powerpo...
  9. ChartLegendEntryCollection Class | Aspose.Words...

    Explore Aspose.Words.ChartLegendEntryCollection to efficiently manage chart legend entries and enhance your document visuals with ease....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  10. PDF Sticky Annotations|Aspose.PDF for PHP via Java

    Explore how to add sticky annotations to PDF files for feedback, using Aspose.PDF in PHP/Java....$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // get particular page...

    docs.aspose.com/pdf/php-java/sticky-annotations/