@pdfme/cli 6.1.6 → 6.1.8-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/utils.d.ts CHANGED
@@ -29,7 +29,7 @@ export declare function loadInput(args: {
29
29
  inputs?: string;
30
30
  }): LoadedInput;
31
31
  export declare function resolveBasePdf(template: Record<string, unknown>, basePdfArg: string | undefined, templateDir?: string): Record<string, unknown>;
32
- export declare function getImageOutputPaths(pdfOutputPath: string, pageCount: number, imageFormat: string): string[];
32
+ export declare function getImageOutputPaths(pdfOutputPath: string, pageCount: number): string[];
33
33
  export declare function writeOutput(filePath: string, data: Uint8Array | ArrayBuffer): void;
34
34
  export declare function readPdfFile(filePath: string): Uint8Array;
35
35
  export declare function parsePageRange(rangeStr: string, totalPages: number): number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/cli",
3
- "version": "6.1.6",
3
+ "version": "6.1.8-dev.1",
4
4
  "description": "CLI tool for pdfme - generate PDFs, convert images, validate templates",
5
5
  "keywords": [
6
6
  "cli",