Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 219,003 for

new

(0.2 sec)
  1. Aspose.PDF for Java 9.5.0 中的公共 API 更改|Aspose.PD...

    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....doc = new Document ( "doc.pdf" ); InputStream fs = new FileInputStream..."Ellipse.pdf" ; Document doc = new Document (); Page page = doc...

    docs.aspose.com/pdf/zh/java/public-api-changes-...
  2. GoogleAiModel class | Aspose.Words for Node.js

    Aspose.Words.AI.GoogleAiModel class. Class representing Google AI Models (Gemini) integration within Aspose.Words....GoogleAiModel(name) Initializes a new instance of GoogleAiModel class...GoogleAiModel(name, apiKey) Initializes a new instance of GoogleAiModel class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CompositeNode.RemoveSmartTags | Aspose.Words fo...

    Effortlessly clean your CompositeNode with the RemoveSmartTags method, eliminating all SmartTag descendants for streamlined data management.... Document doc = new Document ( MyDir + "Smart tags...void Create () { Document doc = new Document (); // A smart tag appears...

    reference.aspose.com/words/net/aspose.words/com...
  4. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....Follow the steps below: Create a new PDF Document . Add Page to pages...document using ( var document = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/add-line/
  5. JsonDataLoadOptions | Aspose.Words for Java

    Represents options for parsing JSON data in Java.... Document doc = new Document(getMyDir() + "Reporting...JsonDataLoadOptions options = new JsonDataLoadOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  6. Convert Microsoft Project MPP File | Aspose.Tas...

    Use Aspose.Tasks for .NET to convert MPP files to HTML, CSV, and MPT formats....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. Aspose.PSD for .NET 19.5 - 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....- 50 ) > tolerance ) { throw new Exception ( "PSD Image was read...fillSettings . PatternData = new int [] { Color . Red . ToArgb...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-5...
  8. Major performance issue in latest Aspose PDF ve...

    Hi Team, We recently updated Aspose.Pdf from version 24.02 to 25.06 in our .NET Framework application. After the update, we observed a significant performance degradation when generating bigger documents that include he…...PDF document var document = new Aspose.Pdf.Document(); var page...SetPageSize(590, 850); var marginInfo = new MarginInfo(42, 100, 35, 100);...

    forum.aspose.com/t/major-performance-issue-in-l...
  9. Add Image to PDF in C# - Maintain Aspect ratio ...

    I have code that takes a list of documents (PDFs, image files, Word Docs, etc) and appends each into one single PDF. It has been pointed out to me that when an image that is larger than the page is appended, the aspect …...masterDoc = new Aspose.Pdf.Document(); Document pdfDoc = new Aspose...Add(); FileStream imageStream = new FileStream(docName, FileMode...

    forum.aspose.com/t/add-image-to-pdf-in-c-mainta...
  10. Working With Tables in PHP|Aspose.Words for Java

    Working With Tables using PHP....// Open the document $ doc = new java ( "com.aspose.words.Document"...page width. $ autoFitBehavior = new Java ( "com.aspose.words.AutoFitBehavior"...

    docs.aspose.com/words/java/working-withtables-i...