pdf tag

34 questions


1 answers
372 views
0
Writing to save printer and pdf using qt designer. Error occurs when outputting.I want to save the entire main window window as a printer and pdf.

from PyQt5.QtGui import *from PyQt5 import uicfrom PyQt5.QtWidgets import *from PyQt5.QtCore import *from PyQt5 import QtWidgets, uicfrom PyQt5.QtWidgets import QApplication, QWidget, QTableWidget, QT...

1 years ago

1 answers
337 views
0
TypeError of JSON error in python: the JSON object must be str, bytes or byte array

I am thinking of reading and translating PDF and writing it out in Outlook draft.(Use the https://www.cpi-japan.com/services/ PDF file of IELTS Reading Samples at the top of this site)An error occurre...

1 years ago

1 answers
464 views
0
TypeError of JSON error in python: the JSON object must be str, bytes or byte array

I am thinking of reading and translating PDF and writing it out in Outlook draft.(Use the https://www.cpi-japan.com/services/ PDF file of IELTS Reading Samples at the top of this site)An error occurre...

1 years ago

1 answers
301 views
0
I want to know how to display annotations when using the libvips copy command to image PDFs.

What do you want to doI would like to see an annotation when I use the libvips vips copy command to image a PDF.I want to use pdfium for render.Tried CommandsInstall libvipsexport PREFIX=/usr/local/vi...

pdf
1 years ago

1 answers
302 views
0
I want to divide PDFs into specified pages and save them with the specified name.

The PDF is 62 pages in total.For this PDF, we have created a dictionary similar to the following:The contents are the name and the number of pages to save.pdf_dic={ 'tokyocaffe': 3, 'yokohamabook': 10...

1 years ago

1 answers
395 views
0
I want to use ExcelVBA to search for words in newspaper PDF data, and if it hits, I want to extract PDF data that hits the search word into Excel.

I use Acrobat Reader Pro to write in VBA, but it doesn't work.I tried to extract the PDF to Excel after XML conversion, but I couldn't because the XML file didn't translate the contents of the newspap...

1 years ago

1 answers
101 views
0
AUTOMATIC PASSWORD INPUT PROGRAM FOR PDF FILE

I am currently using Java to create a program that parses the passwords of PDF files in bulk.I have a code that prints the half-width alphanumeric combination for n characters, but I don't know how to...

1 years ago

2 answers
105 views
0
I want to view PDF in Windows App (C++)

I would like to display PDF in the Windows app (C++). Do you have any recommended libraries?Development EnvironmentOperating System: Windows 10IDE:VS2019Language: C++Thank you for your cooperation.

1 years ago

1 answers
95 views
0
How can I limit the number of characters per line?

I am using iTunes to create PDFs.In those PDFs, you must add two String to a line.The first String (string1) is between 1 and 10.The length of the second String (string2) is unknown, but I would like ...

1 years ago

1 answers
114 views
0
I want to extract the graph and the description of the graph from the PDF of the paper as a set.

I wanted to do something like the title, so when I looked for a way, I found the following way.https://github.com/allenai/pdffigures2However, it is written on a Scala basis, and I am looking for a pro...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.