Skip to main content

Questions tagged [export-to-pdf]

Conversion of other document formats to the PDF format programmatically.

export-to-pdf
0 votes
0 answers
13 views

Exporting report i have a PDf of 0 byte

I use use Active report 10 and in my asp page i use an ActiveReportsWeb:WebViewer. I’d like export my report by a custom button. When i click on button i have just a file of 0 Bytes. In my custom ...
LukaGer's user avatar
  • 19
0 votes
0 answers
104 views

Error in PDF Validation with Mustang: A CIDSet entry in the Font descriptor does not correctly identify all glyphs present in the embedded font subset

I am using JasperReports to generate PDF documents and attempting to validate them with the Mustang library via ZUGFeRDValidator validator = new ZUGFeRDValidator(); return validator.validate("./...
OhJohnny's user avatar
  • 317
0 votes
0 answers
19 views

Problem with horizontalPageBreak with colspan column header

I have used jspdf and autotable library in my angular project for export to PDF. Here when colspan range is some little bit larger than horizontalPager not working in library. Where header is dynamic ...
vijay lathiya's user avatar
0 votes
1 answer
53 views

Can we create the style with Curves for complete page?

while exporting the data to PDF we can use the background image as design for whole page which required border and specific page design but it seems its not good practice because image will slow down ...
Nawaz Khan's user avatar
0 votes
1 answer
115 views

Jasper Reports - How to dynamically set PDF properties in .jrxml

Upon generating a PDF, I can specify the document's Title property in Java, like this... jasperPrint.setProperty("net.sf.jasperreports.export.pdf.metadata.title", "Report ID "+...
Bumpy's user avatar
  • 1,322
1 vote
1 answer
47 views

Google Drive API Returns 200 (HTTP Success) for testing pdf export but no file

The entire test script is as follows: // File export test: Authorization code: https://gist.github.com/LindaLawton/76bef3ab760f335d43eccaf481e0b4d0 // Google Ref https://github.com/googleworkspace/...
Dave's user avatar
  • 833
0 votes
0 answers
187 views

Borderless Print to PDF from Excel

I want to export an excel sheet to a PDF. I do so with the following VBA code (the comments are just some things I tried): ThisWorkbook.Sheets(sheet).Select 'ActiveSheet.PageSetup....
MoRRISH202's user avatar
0 votes
0 answers
17 views

How to export the content of a shiny tab containing HTML elements and CSS flexboxes in pdf format?

I've defined a shiny tab containing HTML elements and CSS styles. This tab is divided into 3 columns, each containing rectangles: all created with div(). When I launch the application, I get the ...
Mathis's user avatar
  • 1
0 votes
1 answer
121 views

PDF Export not displaying white objects when called from EPLAN API

We have a batch utility program to generate a number of deliverables from a list of EPLAN Electric P8 archive files, including a PDF export. We are in the process of updating the EPLAN version from 2....
Nick Henderson's user avatar
0 votes
1 answer
69 views

Exporting PDF format from Power BI embedded with report filters

We have successfully created the C # code to export PDF format reports from Power BI embedded however the report does not have the applied filters with the export. Help on this will be much ...
Artosu's user avatar
  • 25
0 votes
0 answers
18 views

Can I export documentation from Swimm to Word or PDF?

hope you're doing well. We're working on code documentation for our EMR product using Swimm and our developer's experience has been phenomenal so far due to ease of access, great UX and so on. Now we ...
Faizan Raza's user avatar
0 votes
1 answer
69 views

React-leaflet ImageOverlay is not visible in exported PDF using jspdf

I'm using react-leaflet v4.2.1. I'm using it to display not a map but custom image like that <MapContainer center={[height / 2, width / 2]} crs={crs} bounds={bounds} minZoom={-5} ...
PatLuc's user avatar
  • 1
0 votes
1 answer
189 views

How to replace all docx controls with the text within using Apache POI

I have word docx documents with controls. I cannot use Microsoft Word. I use POI for some tasks inside the word document and I´m using POI also to convert the docx to PDF (fr.opensagres.poi.xwpf....
Augusto's user avatar
  • 123
1 vote
0 answers
42 views

How to create and export a table in Stata?

I have some survey data for respondents' incomes, stocks, bonds, and retirement accounts for the years 2000 to 2011. Each respondent is also divided into one of 4 groups. For each group, I want to ...
Toxinator's user avatar
0 votes
1 answer
89 views

Convert Files Async by using ProcessPoolExecutor

I have this code that I am using to convert doc files to pdf, but I feel like it is not doing the correct job. I want this code to be able to handle as many files as possible at the same time when I ...
Fatih Enes's user avatar

15 30 50 per page
1
2 3 4 5
46