Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 164,954 for

new

(0.06 sec)
  1. 在 Visio 中插入新页面|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.... // Add a new blank page Application . ActiveDocument...Load diagram Diagram diagram = new Diagram ( @"E:\Aspose\Aspose...

    docs.aspose.com/diagram/zh/net/inserting-a-new-...
  2. Import/Export Projects to Primavera

    Learn how to import projects from Oracle Primavera P6 XER/XML formats, edit and export them in any of a wide range of available formats (MPP, Primavera XML, PDF, JPEG, XLSX, etc.) 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/importing-and-exporti...
  3. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the document....Examples Shows how to specify how a new section separates itself from...break types determine how a new section separates itself from...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PDF Forms. Manage via PHP | Aspose.PDF

    Manage PDF Forms programmatically with PHP sample code using Aspose.PDF for PHP via Java....Acroforms in PHP Create or add new fields to Acroform Extract data...document $colors = new Color (); $document = new Document ( $inputFile...

    products.aspose.com/pdf/php-java/acroforms/
  5. 如何在 Docker 中运行 Aspose.PDF for .NET 8|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 8 应用程序中... Add ( new FolderFontSource ( Path . Combine..."fonts" ))); var memoryStream = new MemoryStream (); _logger . LogInformation...

    docs.aspose.com/pdf/zh/net/docker/dotnet8/
  6. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....throws Exception { Document doc = new Document(); // A smart tag appears...underline. SmartTag smartTag = new SmartTag(doc); // Smart tags...

    reference.aspose.com/words/java/com.aspose.word...
  7. Green Box when using Mender to add Image - Free...

    I am using the following code to pass in an image in the form of byte[] and add it to the end of a PDF. Adding the image works when I do not use compression methods. If I use this code I get a green box on the page the…...results = new ResultsReturn(); try { Stream ms = new MemoryStream();...(Stream s = new MemoryStream(data)) { Document document = new Document(outputFile);...

    forum.aspose.com/t/green-box-when-using-mender-...
  8. ChartLegendEntry.IsHidden | Aspose.Words for .NET

    Discover the ChartLegendEntry IsHidden property, control chart legend visibility effortlessly. Enhance your data presentation with this simple toggle feature!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...the code already sent // Add a new page to the main Aspose PDF document...setTop(0); currentAposeGraph = new Graph(currentAsposePage.getPageInfo()...

    forum.aspose.com/t/create-a-pdf-a2-a/312852
  10. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java.... DocumentBuilder builder = new DocumentBuilder(); Shape shape...with soft edge. Document doc = new Document(getArtifactsDir() +...

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