Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 27,086 for

x

(0.14 sec)
  1. Compress and Decompress PDFX Files via .NET

    C# compression and decompression source code to compress PDFX documents into a single zip archive or vice versa on .NET Framework, .NET Core....What is PDFX File Format PDF/X is an ISO 15930 standard published...and publishing industries. PDF/X requires the conforming files...

    products.aspose.com/zip/net/zip-file/pdfx/
  2. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...Where(x => !string.IsNullOrWhiteSpace(x)).ToArray(); int...Split('R', 'C').Where(x => !string.IsNullOrWhiteSpace(x)).ToArray(); int...

    forum.aspose.com/t/name-error-when-inserting-a-...
  3. Read 3D document|Documentation

    Aspose.3D for Node.js via Java API has support of reading various type of 3D documents....glTF DXF PLY (ASCII, Binary) X (ASCII, Binary) Draco 3MF RVM...

    docs.aspose.com/3d/nodejs-java/read-3d-document/
  4. 使用 Microsoft Azure 函数转换文档|Aspose.PDF for .NET

    了解如何使用 Microsoft Azure Functions 和 Aspose.PDF for .NET 转换 PDF 文档,实现基于云的文档处理。... AddSingleton ( x => new BlobServiceClient ( config...使用 Postman 或 curl 进行测试: curl -X POST http://localhost:7071/api/convert...

    docs.aspose.com/pdf/zh/net/converting-documents...
  5. Really weird large redaction black boxes - Free...

    Hi all, I am trying to write redaction for PDF documents. For the vast majority of redactions I am completing, the PDF document redacts properly, however I am getting some weird large boXes that pop up: image.png (631 …..."llx", getattr(r, "lower_left_x", 0.0)) lly = getattr(r, "lly"..."urx", getattr(r, "upper_right_x", 0.0)) ury = getattr(r, "ury"...

    forum.aspose.com/t/really-weird-large-redaction...
  6. Working with Hatch Patterns in PS file | Python

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python... 25 sum_x = 0. 26 27 # Restore a graphics...bounds 48 x = square_side 49 y = 0 50 if sum_x >= width: 51 x = - (sum_x...

    docs.aspose.com/page/python-net/ps/working-with...
  7. Consumo de memória - Free Support Forum - aspos...

    Olá, Uma dúvida sobre consumo de memória RAM, tenho uma rotina que faz mesclagem de documentos pdf, em algum momentos pode ocorrer conversão de algum outro tipo para pdf antes, percebo que eXiste um aumento significativ…...OrderBy(x => x.PageNumber) .ThenBy(x => x.Order) .ToList();...if (attachmentsToInsert.Any(x => x.PageNumber == pageNumber))...

    forum.aspose.com/t/consumo-de-memoria/319838
  8. 自定义形状|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中向 PowerPoint 演示文稿添加自定义形状...到路径的末尾 lineTo ( point ); lineTo ( x , y ); 在指定位置添加线段 : lineTo ( point...point , index ); lineTo ( x , y , index ); 在路径末尾添加三次贝塞尔曲线 : cubicBezierTo...

    docs.aspose.com/slides/zh/nodejs-java/custom-sh...
  9. 在 C++ 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、弧形拐角、复合形状。...point ); void LineTo ( float x , float y ); 在路径的指定位置添加直线 : void...index ); void LineTo ( float x , float y , uint32_t index );...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  10. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...); public void lineTo ( float x , float y ); 添加直线 到路径的指定位置: public...); public void lineTo ( float x , float y , long index ); 添加三次贝塞尔曲线...

    docs.aspose.com/slides/zh/java/custom-shape/