Skip to content

aspose-html-cloud/aspose-cloud-for-vscode

Repository files navigation

Aspose.Cloud for VSCode

Aspose.Cloud for VSCode is built with aspose.cloud Converter allows converting Markdown to HTML and PDF format.

Features

Converter supports the following commands:

  • Convert MD to PDF
  • Convert MD to HTML
  • Export Converter settings

By default, all actions run in the current directory.

Requirements

We use the node-fetch module to make API calls.

Usage

Command Palette

  1. Open the Markdown file
  2. Press F1 or Ctrl+Shift+P
  3. Type Aspose: and select below
    • Aspose: Export Converter settings)
    • Aspose: Convert MD to PDF
    • Aspose: Convert MD to HTML

usage1

Menu

  1. Open the Markdown file
  2. Right click and select below
    • Aspose: Convert MD to PDF
    • Aspose: Convert MD to HTML

usage2

Extension Settings

Markdown Converter contributes the following settings:

  • aspose-cloud.outputDirectory: Location for output files. Default is . (current).
  • aspose-cloud.paper.orientation: Paper orientation for PDF files. Accepted values Portrait or Landscape.
  • aspose-cloud.paper.size: Paper Size [A0, A1, A2, A3, A4, A5, A6, Letter, Legal]. The value Custom means using options Width and Height instead Paper Size.
  • aspose-cloud.paper.width: Paper Width, accepts values labeled with units(mm, cm, in, px).
  • aspose-cloud.paper.height: Paper Height, accepts values labeled with units(mm, cm, in, px).
  • aspose-cloud.margin.top: Top margin (units: mm, cm, in, px).
  • aspose-cloud.margin.bottom: Bottom margin (units: mm, cm, in, px).
  • aspose-cloud.margin.right: Right margin (units: mm, cm, in, px).
  • aspose-cloud.margin.left: Left margin (units: mm, cm, in, px)."

Known Issues

  • MD-to-PDF conversion: The @page CSS at-rule can be applied incorrectly.

Workflow

In order to make changes in the repository, you need to:

  1. Create a branch with the proposed changes whose name matches the feature/* pattern.
  2. Create a pull request for this branch. It will be automatically assigned to a suitable reviewer.
  3. Once the request is approved, it can be merged.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors