Sort Score
Result 10 results
Languages All
Labels All
Results 6,321 - 6,330 of 223,125 for

new

(0.81 sec)
  1. Add XML namespace in XMP metadata of EPS |Python

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  2. Some shapes are stretched - Free Support Forum ...

    Hello, i have a mastershape consisting of several hundred shapes. If i drop this mastershape out of the vssx-file to a page by visio everything looks good. Even when I insert this master shape into a page using Microso…... Diagram diagram = new Diagram(); diagram.AddMaster("test_master...Aspose.Diagram.Page newPage = new Aspose.Diagram.Page(); newPage...

    forum.aspose.com/t/some-shapes-are-stretched/31...
  3. emf文件转PDF乱码 - Free Support Forum - aspose.com

    using (var image = (EmfImage)Aspose.Imaging.Image.Load(childEmfFilePath)) { using (FileStream outputStream = New FileStream(childPdfFilePath, FileMode.Create)) {//Aspose分辨率为96 using (PdfOptions pdfOptions…...using (FileStream outputStream = new FileStream(childPdfFilePath,...using (PdfOptions pdfOptions = new PdfOptions()) { using (EmfRasterizationOpti...

    forum.aspose.com/t/emf-pdf/319759
  4. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...// ① 加载或创建工作簿 Workbook wb = new Workbook(); Worksheet sheet =...创建 PDF 文档 Document pdfDoc = new Document(); Page page = pdfDoc...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  5. 使用图像|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....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExtractAllImagesFrom...FOREIGN ) { FileOutputStream fos = new FileOutputStream ( dataDir +...

    docs.aspose.com/diagram/zh/java/working-with-im...
  6. FieldEmbed | Aspose.Words for Java

    Implements the EMBED field in Java.... Document doc = new Document(getMyDir() + "Legacy...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. Load Specific Worksheets in a Workbook with Jav...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for JavaScript via C++. Improve performance and reduce memory consumption....assignment) const loadOptions = new LoadOptions ( LoadFormat . Xlsx...); loadOptions . loadFilter = new CustomLoad (); // Create the...

    docs.aspose.com/cells/javascript-cpp/load-speci...
  8. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = New Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...following code: var document = new Aspose.Pdf.Document(filename);...Text; var lines = wmText.Split(new string[] { "\r\n", "\r", "\\r"...

    forum.aspose.com/t/get-watermark-text-from-pdf/...
  9. Aspose.PSD for .NET 22.9 - 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....save options PsdOptions p16 = new PsdOptions () { ChannelBitsCount...img . Save ( outputImageFile , new PngOptions () { ColorType = Aspose...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-9...
  10. 处理存储在 Liferay 中的文档|.NET 格式的 Aspose.Words

    使用 C# 比较 Liferay 中共享的 Word 文档。处理存储在 Liferay 中的文档 - 各种输入格式,包括 Word、OpenOffice、图像和电子书。...portalBaseUrl ; _httpClient = new HttpClient (); } /// <summary>...formContent = new MultipartFormDataCon { { new StreamContent...

    docs.aspose.com/words/zh/net/work-with-document...