Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,501 for

relative paths

(0.48 sec)
  1. Aspose.Words.Drawing | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing namespace to effortlessly create and modify stunning drawing objects, enhancing your document's visual appeal....text and formatting of the text path (of a WordArt object). Enumeration...frame is relative. RelativeHorizontalSi Specifies relatively to what...

    reference.aspose.com/words/net/aspose.words.dra...
  2. LoadOptions | Aspose.Words for Java

    Allows to specify additional options such as password or base URI when loading a document into a Document object in Java....that will be used to resolve relative URIs found in the document...that will be used to resolve relative URIs found in the document...

    reference.aspose.com/words/java/com.aspose.word...
  3. Logging recognition events|Documentation

    How to output recognition events to the console or write them to a file....Specify an absolute or relative path to the log file. Applicable...

    docs.aspose.com/ocr/net/logging/
  4. Logging recognition events|Documentation

    How to output recognition events to the console or write them to a file....specified in log_file_path property. log_file_path Specify an absolute...absolute or relative path to the log file. Applicable only when the...

    docs.aspose.com/ocr/python-net/logging/
  5. OLM To PST exception - Free Support Forum - asp...

    The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ublic void ProcessFolderForHtml(string sourcePath,…...BaseDirectory; //string resourcesPath = Path.Combine(baseDir, "Resources");..."Resources"); //string logoPath = Path.Combine(resourcesPath, "download...

    forum.aspose.com/t/olm-to-pst-exception/325100
  6. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF document into a Document object in Java....that will be used to resolve relative URIs found in the document...that will be used to resolve relative URIs found in the document...

    reference.aspose.com/words/java/com.aspose.word...
  7. Logging recognition events|Documentation

    How to output recognition events to the console or write them to a file.... output_path Specify an absolute or relative path to the log...ASPOSE_OCR_LOG_ERROR ; log_settings . output_path = "errors.log" ; asposeocr_set_log_settings...

    docs.aspose.com/ocr/cpp/logging/
  8. Plot Area Parameters in Aspose.Cells Charts|Doc...

    Detailed description of the PlotArea properties IsAutomaticSize, IsInnerMode, and the ratio parameters (XRatioToChart, YRatioToChart, WidthRatioToChart, HeightRatioToChart, InnerXRatioToChart, InnerYRatioToChart, InnerWidthRatioToChart, InnerHeightRatioToChart) in Aspose.Cells for .NET....by specifying exact ratios relative to the whole chart. Understanding...Code example: path = "" ; string filePath = path + "XRatioToChartDemo...

    docs.aspose.com/cells/net/plot-area-parameters/
  9. Extract Images From Website in Python – Aspose....

    Learn how to download images from website. Consider Python examples to automate extracting images from website using Aspose.HTML...."img" ) 15 16 # Get distinct relative image URLs 17 urls = set(img...file name 32 file_name = os. path . basename (url. pathname )...

    docs.aspose.com/html/python-net/extract-images-...
  10. Convert SVG to PDF in Python – Code Examples

    Convert SVG to PDF in Python with Aspose.SVG. Use Converter.convert_svg(), PdfSaveOptions, page setup, resolution, and rendering devices....output_folder = "output/" 12 input_path = os. path . join (input_folder, "document..."document.svg" ) 13 output_path = os. path . join (output_folder,...

    docs.aspose.com/svg/python-net/convert-svg-to-pdf/