Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 28,975 for

x

(0.5 sec)
  1. DigitalSignatureUtil.Sign | Aspose.Words for .NET

    Effortlessly sign your documents with DigitalSignatureUtil's Sign method. Securely apply digital signatures using CertificateHolder and SignOptions.... // Create an X.509 certificate from a PKCS#12...Shows how to sign documents with X.509 certificates. // Verify that...

    reference.aspose.com/words/net/aspose.words.dig...
  2. Merge PS files to PDF | JavaScript | Aspose

    JavaScript API Solution to merge PostScript. Save the combined result as PDF files. Learn the code eXample of merging functionality.... map (( x ) => x . name ). toString (); const...

    products.aspose.com/page/javascript-cpp/merge-p...
  3. Merge PS/EPS files to PDF using JavaScript

    Merger PS/EPS functionality of Aspose.Page API solution for JavaScript via C++ allows you to combine several PS/EPS files into a single PDF document.... map ((x) => x. name ). toString (); 6 const...

    docs.aspose.com/page/javascript-cpp/merge/ps/
  4. Text out of tables converting pdf to docx - Fre...

    Hi converting from pdf the teXt in docX file is unformatted in docX output file. this the code to convert from pdf to docX. string fileSource = @"C:\temp\XXX.pdf"; Aspose.Words.Document X = new Aspose.Words.Document(fil…...Document x = new Aspose.Words.Document(fileSource);...ChangeExtension(fileSource, "docx"); x.Save(fileName); is there a way...

    forum.aspose.com/t/text-out-of-tables-convertin...
  5. Aspose.3D 17.01中的公共 API 更改|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....\* \* struct Vertex { \* float x; \* float y; \* float z; \* };...writer . Write (( float ) cp . x ); writer . Write (( float ) cp...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  6. Custom Font-Family - Free Support Forum - aspos...

    I'm trying to create a PDF from an HTML file with a non-standard font. I've tried using base64 in the CSS like so but it doesn't work. Other base64 image src's do work so I thought this would work as well. Any other i…..."SuperAwesomeFont"; src: url(data:application/x-font-woff;base64,d09GRk9UVE8A...QcxnKEG/fRDF1E5Ku4hbdTUrDnbl/x/lbzjkbOoQ/8syroh1ybMfRCy3Aeb2...

    forum.aspose.com/t/custom-font-family/16662
  7. 在 C++ 中为图表系列中的数据点添加自定义标签|Documentation

    学习如何使用 Aspose.Cells for C++ 为图表系列中的数据点添加自定义标签。我们的指南将向您展示如何修改标签的外观、位置和格式,以及如何将它们链接到数据源以实现准确的数据展示。... SetText ( u "X-Axis" ); chart . GetValueAxis...Get ( u "A1" ). PutValue ( u "X" ); worksheet . GetCells (). Get...

    docs.aspose.com/cells/zh/cpp/adding-custom-labe...
  8. Advanced SVG Builder API for C# – Aspose.SVG

    EXplore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/net/svg-builder-api/
  9. Flip Image in Python

    This tutorial discusses how to flip image in Python. It eXplains the system configuration, the stepwise process, and a sample code to mirror image in Python....90, 180, or 270 degrees along X, Y, or both XY axes before writing...

    kb.aspose.com/imaging/python/flip-image-in-python/
  10. Draw Lines in C#

    This brief article covers how to draw lines in C#. It includes the IDE settings, stepwise program flow, and a runnable code sample for easy line drawing in C#....height and then setting the (x, y) position using coordinates...

    kb.aspose.com/drawing/net/draw-lines-in-csharp/