Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 28,329 for

x

(0.16 sec)
  1. 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...
  2. Axis title not in bold by default for waterfall...

    Hi Team, In waterfall chart, the aXis title does not appear in bold by default, unlike other charts such as column and bubble charts. Waterfall: image.png (95.4 KB) Column: image.png (88.6 KB) Bubble: image.png (1…...chart // Each bubble represents: X (Sales), Y (Profit), Size (Market...Add series for bubble chart // X-values: Sales (Column B), Y-values:...

    forum.aspose.com/t/axis-title-not-in-bold-by-de...
  3. 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...
  4. 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/
  5. 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/
  6. 使用C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍了如何使用C++ API在将EXcel文件渲染为PDF文件格式时,设置所需工作表的自定义纸张大小。...00 x 4.00 in" ); // Save the workbook...

    docs.aspose.com/cells/zh/cpp/implement-custom-p...
  7. AxisCrosses Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AXisCrosses enum for defining aXis crossing points, enhancing your charting capabilities effortlessly....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。... Get ( k ); std :: cout << "X: " << pathPoint . GetX () << "...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  9. Change PDF Page Size Programmatically|Aspose.PD...

    Change Page Size from your PDF file using Java library....7 x 8.3 in) and in Aspose.Pdf, 1 inch...

    docs.aspose.com/pdf/java/change-page-size/
  10. Reading Style-Based attributes from Features - ...

    I am using the Drivers.Kml.OpenLayer to process features in a .KML file. A sample placemark has attributes like this: <Placemark> <name>HH-01625409</name> <styleUrl>#s47690667</styleUrl> <Point> <coordinates>-…...png</href> </Icon> <hotSpot x="0" y="0" xunits="pixels" yunits="pixels"/>...

    forum.aspose.com/t/reading-style-based-attribut...