Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 214,303 for

new

(0.18 sec)
  1. Add custom xmp metadata to svg files - Free Sup...

    Hi Support, I’m trying to add custom xmp tags to svg file metadata section. Since I could not find any example code for this, I came up with the following code based on my research. using (SvgImage svgImage = (SvgIma…...XmpData = new Aspose.Imaging.Xmp.XmpPacketWrapper();...null) { svgImage.XmpData.Meta = new Aspose.Imaging.Xmp.XmpMeta();...

    forum.aspose.com/t/add-custom-xmp-metadata-to-s...
  2. 在 PHP 中编辑 ShapeSheet 中的连接器几何部分|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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "Drawing...LineTo geometry object $line_to = new LineTo (); \ # set X value $line_to...

    docs.aspose.com/diagram/zh/java/edit-connector-...
  3. Aspose.Words Integration in AWS Lambda|Aspose.W...

    You might be interested in using Aspose.Words in AWS Lambda if you are targeting to create an application in the cloud, need Aspose.Words functionality, and probably integration with other Amazon services. Learn more about using Aspose.Words for .NET when building applications for Amazon Web Services in C#....you don’t have one, create a new account before you begin. Visual...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    docs.aspose.com/words/net/integration-in-aws-la...
  4. Some fonts are replaced with Calibri in the fin...

    Hi, I am setting the embedtruetypefonts = true while creating the Word document from the dotx template. But some fonts are replaced with Calibri in the final doc. Can you please help me on this? Thanks Jithin V P...ImportFormatOptions importFormatOptions = new ImportFormatOptions(); importFormatOptions...false; Document finaleDocument = new Document(templatePath + "NewDocument...

    forum.aspose.com/t/some-fonts-are-replaced-with...
  5. 用 C++ 通过 JavaScript 删除范围|Documentation

    学习如何使用 C++ 中的脚本删除 Excel 中的范围并将单元格向左或向上移动。...file) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Instantiate a new Workbook. const newWorkbook = new Workbook ();...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  6. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply various image and print options using Aspose.Cells for JavaScript via C++....Microsoft Excel I created a new workbook in MS Excel and added...g., Visual Studio). Create a new console application. Add References...

    docs.aspose.com/cells/javascript-cpp/converting...
  7. 调整 EPS 大小 | .NET API 解决方案

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的调整 EPS 大小功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/resize-eps/
  8. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); // If...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...mail merge. DataTable table = new DataTable("Employees"); table...

    reference.aspose.com/words/java/com.aspose.word...
  10. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...footnoteType) Initializes a new instance of this class. Methods...

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